public final class DecompilerContext
extends com.strobel.componentmodel.UserDataStoreBase
| Constructor and Description |
|---|
DecompilerContext() |
DecompilerContext(DecompilerSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
com.strobel.core.BooleanBox |
getCanceled() |
MethodDefinition |
getCurrentMethod() |
TypeDefinition |
getCurrentType() |
java.util.Set<IMemberDefinition> |
getForcedVisibleMembers() |
java.util.List<java.lang.String> |
getReservedVariableNames() |
DecompilerSettings |
getSettings() |
void |
setCanceled(com.strobel.core.BooleanBox canceled) |
void |
setCurrentMethod(MethodDefinition currentMethod) |
void |
setCurrentType(TypeDefinition currentType) |
void |
setSettings(DecompilerSettings settings) |
public DecompilerContext()
public DecompilerContext(DecompilerSettings settings)
public DecompilerSettings getSettings()
public void setSettings(DecompilerSettings settings)
public com.strobel.core.BooleanBox getCanceled()
public void setCanceled(com.strobel.core.BooleanBox canceled)
public TypeDefinition getCurrentType()
public void setCurrentType(TypeDefinition currentType)
public MethodDefinition getCurrentMethod()
public void setCurrentMethod(MethodDefinition currentMethod)
public java.util.List<java.lang.String> getReservedVariableNames()
public java.util.Set<IMemberDefinition> getForcedVisibleMembers()