|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state.ObfuscationState
org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state.FunctionState
public class FunctionState
Method Summary | |
---|---|
AnnotatedToken |
enterState(ProgramContextStack contextStack,
AnnotatedToken startToken,
NameGen nameGen)
|
void |
exitState(ProgramContextStack contextStack)
|
static FunctionState |
getInstance()
|
protected void |
processVarIdentifier(ProgramContextStack contextStack,
AnnotatedToken token)
Obfuscates variable declarations |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state.ObfuscationState |
---|
processCodeBlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FunctionState getInstance()
public AnnotatedToken enterState(ProgramContextStack contextStack, AnnotatedToken startToken, NameGen nameGen)
enterState
in class ObfuscationState
public void exitState(ProgramContextStack contextStack)
exitState
in class ObfuscationState
protected void processVarIdentifier(ProgramContextStack contextStack, AnnotatedToken token)
ObfuscationState
processVarIdentifier
in class ObfuscationState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |