ScopeType - the scope type of the target parser.ReaderType - the type of the source reader of the target parser.spublic class OpGroupTypes<ScopeType extends ExecutionScope,ReaderType extends genscript.syntax.tokens.Tokenizer>
extends java.lang.Object
| Constructor and Description |
|---|
OpGroupTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerOperations(genscript.syntax.TreeBuildingParser<ScopeType,ReaderType> target,
char[] stringSymbols)
Registers default type syntax, e.g. integer constants.
|
public void registerOperations(genscript.syntax.TreeBuildingParser<ScopeType,ReaderType> target, char[] stringSymbols)
target - the parser in which to register the grammar.stringSymbols - the marks for surrounding a constant string.