Class Lexer
java.lang.Object
org.wpilib.util.struct.parser.Lexer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the starting position of the last lexed token.Gets the text of the last lexed token.scan()Gets the next token.
-
Constructor Details
-
Lexer
-
-
Method Details
-
scan
-
getTokenText
-
getPosition
Gets the starting position of the last lexed token.- Returns:
- position (0 = first character)
-