Uses of Class
com.pnfsoftware.jeb.util.encoding.jflex.Token
Packages that use Token
Package
Description
Jflex usage types.
Actual (concrete) lexers are stored in this package.
-
Uses of Token in com.pnfsoftware.jeb.util.encoding.jflex
Methods in com.pnfsoftware.jeb.util.encoding.jflex that return TokenModifier and TypeMethodDescriptionprotected Token
Create and return a Token of given type.protected Token
Create and return a Token of given type and pairValue.protected Token
Helper method to create and return a new Token from of TokenType tokenStart and tokenLength will be modified to the newStart and newLength paramsprotected Token
Create and return a Token of given type from start with length offset is added to startabstract Token
DefaultJFlexLexer.yylex()
This is called to return the next Token from the Input ReaderMethods in com.pnfsoftware.jeb.util.encoding.jflex that return types with arguments of type TokenMethods in com.pnfsoftware.jeb.util.encoding.jflex with parameters of type TokenModifier and TypeMethodDescriptionint
static boolean
Tests if the given token is a Comment Token.static boolean
Tests if the given token is a Keyword Token.static boolean
Tests if the given token is a String Token.Method parameters in com.pnfsoftware.jeb.util.encoding.jflex with type arguments of type Token -
Uses of Token in com.pnfsoftware.jeb.util.encoding.jflex.lexers
Methods in com.pnfsoftware.jeb.util.encoding.jflex.lexers that return TokenModifier and TypeMethodDescriptionJavaLexer.yylex()
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.PythonLexer.yylex()
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.