Uses of Class
antlr.CharScanner
Packages that use CharScanner
Package
Description
-
Uses of CharScanner in antlr
Subclasses of CharScanner in antlrFields in antlr declared as CharScannerConstructors in antlr with parameters of type CharScannerModifierConstructorDescriptionANTLRHashString(char[] buf, int length, CharScanner lexer) ANTLRHashString(CharScanner lexer) ANTLRHashString(String s, CharScanner lexer) MismatchedCharException(char c, char expecting_, boolean matchNot, CharScanner scanner_) MismatchedCharException(char c, char lower, char upper_, boolean matchNot, CharScanner scanner_) MismatchedCharException(char c, BitSet set_, boolean matchNot, CharScanner scanner_) NoViableAltForCharException(char c, CharScanner scanner) -
Uses of CharScanner in antlr.actions.cpp
Subclasses of CharScanner in antlr.actions.cppModifier and TypeClassDescriptionclassPerform the following translations: AST related translations ## -> currentRule_AST #(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z)) #[x] -> codeGenerator.getASTCreateString(x) #x -> codeGenerator.mapTreeId(x) Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts. -
Uses of CharScanner in antlr.actions.csharp
Subclasses of CharScanner in antlr.actions.csharpModifier and TypeClassDescriptionclassPerform the following translations: AST related translations ## -> currentRule_AST #(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z)) #[x] -> codeGenerator.getASTCreateString(x) #x -> codeGenerator.mapTreeId(x) Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts. -
Uses of CharScanner in antlr.actions.java
Subclasses of CharScanner in antlr.actions.javaModifier and TypeClassDescriptionclassPerform the following translations: AST related translations ## -> currentRule_AST #(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z)) #[x] -> codeGenerator.getASTCreateString(x) #x -> codeGenerator.mapTreeId(x) Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts. -
Uses of CharScanner in antlr.actions.python
Subclasses of CharScanner in antlr.actions.pythonModifier and TypeClassDescriptionclassPerform the following translations: AST related translations ## -> currentRule_AST #(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z)) #[x] -> codeGenerator.getASTCreateString(x) #x -> codeGenerator.mapTreeId(x) Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts.class -
Uses of CharScanner in antlr.debug
Subclasses of CharScanner in antlr.debug -
Uses of CharScanner in antlr.preprocessor
Subclasses of CharScanner in antlr.preprocessor