|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser |
Uses of Token in org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser |
---|
Subclasses of Token in org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser | |
---|---|
class |
AnnotatedToken
|
Fields in org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser declared as Token | |
---|---|
Token |
Token.next
A reference to the next regular (non-special) token from the input stream. |
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. |
Methods in org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser that return Token | |
---|---|
static Token |
Token.newToken(int ofKind)
Returns a new Token object, by default. |
Methods in org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser with parameters of type Token | |
---|---|
static void |
JSParserUtils.annotateToken(Token t,
int annotationId,
java.lang.Object annotationObject,
int wsSensitive)
|
static void |
JSParserUtils.tagEvalCalls(Token funcToken,
Token bodyStart,
Token bodyEnd)
|
static void |
JSParserUtils.tagObjectIdentifier(Token objToken,
Token end)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |