| Package | Description |
|---|---|
| org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.javascript15parser |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedToken |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Token |
Token.newToken(int ofKind)
Returns a new Token object, by default.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JSParserUtils.annotateToken(Token t,
int annotationId,
Object annotationObject,
int wsSensitive) |
static void |
JSParserUtils.tagEvalCalls(Token funcToken,
Token bodyStart,
Token bodyEnd) |
static void |
JSParserUtils.tagObjectIdentifier(Token objToken,
Token end) |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.