java.lang.Object
dev.argon.esexpr.ESExprBinaryWriter.SymbolTableBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd any required strings to the string table.@NotNull StringTablebuild()Builds the string table.
-
Constructor Details
-
SymbolTableBuilder
public SymbolTableBuilder()Creates a SymbolTableBuilder.
-
-
Method Details
-
add
Add any required strings to the string table.- Parameters:
expr- The expression to scan.
-
build
-