org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state
Class RootState

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state.ObfuscationState
      extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state.RootState

public class RootState
extends ObfuscationState


Method Summary
 AnnotatedToken enterState(ProgramContextStack contextStack, AnnotatedToken startToken, NameGen nameGen)
           
 void exitState(ProgramContextStack contextStack)
           
static RootState getInstance()
           
 
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.obfuscator.filters.obfuscation.state.ObfuscationState
processCodeBlock, processVarIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RootState getInstance()

enterState

public AnnotatedToken enterState(ProgramContextStack contextStack,
                                 AnnotatedToken startToken,
                                 NameGen nameGen)
Specified by:
enterState in class ObfuscationState

exitState

public void exitState(ProgramContextStack contextStack)
Specified by:
exitState in class ObfuscationState


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.