public class SpecialKeywordsFilter extends Object implements ObfuscatorFilter
| Constructor and Description |
|---|
SpecialKeywordsFilter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AnnotatedToken filter(AnnotatedToken startToken)
filter in interface ObfuscatorFilterprotected void removeSpecialTokens(AnnotatedToken token)
protected AnnotatedToken removeSpecialTypes(AnnotatedToken startToken)
startToken - Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.