class DeobfuscatorBuilder extends ScannerBase<java.lang.Void>
Deobfuscator.Builder
which provides the ServiceLayer with type- and method-mapping information.Constructor and Description |
---|
DeobfuscatorBuilder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.Void |
visitExecutable(javax.lang.model.element.ExecutableElement x,
State state)
Examine a method defined within a RequestFactory.
|
java.lang.Void |
visitType(javax.lang.model.element.TypeElement x,
State state)
Scan a RequestFactory type.
|
isGetter, isSetter, poisonIfAnnotationPresent, scan, scanAllInheritedMethods, shouldIgnore, viewIn
scan, scan, visitPackage, visitTypeParameter, visitVariable
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Void visitExecutable(javax.lang.model.element.ExecutableElement x, State state)
public java.lang.Void visitType(javax.lang.model.element.TypeElement x, State state)