|
||||||||||
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.keywords.SpecialKeywordsFilter
public class SpecialKeywordsFilter
Constructor Summary | |
---|---|
SpecialKeywordsFilter()
|
Method Summary | |
---|---|
AnnotatedToken |
filter(AnnotatedToken startToken)
|
protected void |
removeSpecialTokens(AnnotatedToken token)
|
protected AnnotatedToken |
removeSpecialTypes(AnnotatedToken startToken)
The main loop removes special types (like Profiler, and CheckPoint) and all method invocations using variables of these types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecialKeywordsFilter()
Method Detail |
---|
public AnnotatedToken filter(AnnotatedToken startToken)
filter
in interface ObfuscatorFilter
protected void removeSpecialTokens(AnnotatedToken token)
protected AnnotatedToken removeSpecialTypes(AnnotatedToken startToken)
startToken
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |