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 Tokenizer>
extends java.lang.Object
Constructor and Description |
---|
OpGroupTypes() |
Modifier and Type | Method and Description |
---|---|
void |
registerOperations(TreeBuildingParser<ScopeType,ReaderType> target,
char[] stringSymbols)
Registers default type syntax, e.g.
|
public void registerOperations(TreeBuildingParser<ScopeType,ReaderType> target, char[] stringSymbols)
target
- the parser in which to register the grammar.stringSymbols
- the marks for surrounding a constant string.