public class FunctionState extends ObfuscationState
| Modifier and Type | Method and Description |
|---|---|
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
|
processCodeBlockpublic static FunctionState getInstance()
public AnnotatedToken enterState(ProgramContextStack contextStack, AnnotatedToken startToken, NameGen nameGen)
enterState in class ObfuscationStatepublic void exitState(ProgramContextStack contextStack)
exitState in class ObfuscationStateprotected void processVarIdentifier(ProgramContextStack contextStack, AnnotatedToken token)
ObfuscationStateprocessVarIdentifier in class ObfuscationStateCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.