Class ConvertTypeOptions
java.lang.Object
com.strobel.decompiler.languages.java.ast.ConvertTypeOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private boolean
private boolean
private boolean
private boolean
-
Constructor Summary
ConstructorsConstructorDescriptionConvertTypeOptions
(boolean includePackage, boolean includeTypeParameterDefinitions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAddImports
(boolean addImports) void
setAllowWildcards
(boolean allowWildcards) void
setIncludeIntersectionTypes
(boolean includeIntersectionTypes) void
setIncludePackage
(boolean value) void
setIncludeTypeArguments
(boolean includeTypeArguments) void
setIncludeTypeParameterDefinitions
(boolean value) void
setIncludeUnionTypes
(boolean includeUnionTypes)
-
Field Details
-
_includePackage
private boolean _includePackage -
_includeTypeArguments
private boolean _includeTypeArguments -
_includeTypeParameterDefinitions
private boolean _includeTypeParameterDefinitions -
_includeIntersectionTypes
private boolean _includeIntersectionTypes -
_includeUnionTypes
private boolean _includeUnionTypes -
_allowWildcards
private boolean _allowWildcards -
_addImports
private boolean _addImports
-
-
Constructor Details
-
ConvertTypeOptions
public ConvertTypeOptions() -
ConvertTypeOptions
public ConvertTypeOptions(boolean includePackage, boolean includeTypeParameterDefinitions)
-
-
Method Details
-
getIncludePackage
public boolean getIncludePackage() -
setIncludePackage
public void setIncludePackage(boolean value) -
getIncludeTypeParameterDefinitions
public boolean getIncludeTypeParameterDefinitions() -
setIncludeTypeParameterDefinitions
public void setIncludeTypeParameterDefinitions(boolean value) -
getIncludeIntersectionTypes
public boolean getIncludeIntersectionTypes() -
setIncludeIntersectionTypes
public void setIncludeIntersectionTypes(boolean includeIntersectionTypes) -
getIncludeUnionTypes
public boolean getIncludeUnionTypes() -
setIncludeUnionTypes
public void setIncludeUnionTypes(boolean includeUnionTypes) -
getAllowWildcards
public boolean getAllowWildcards() -
setAllowWildcards
public void setAllowWildcards(boolean allowWildcards) -
getIncludeTypeArguments
public boolean getIncludeTypeArguments() -
setIncludeTypeArguments
public void setIncludeTypeArguments(boolean includeTypeArguments) -
getAddImports
public boolean getAddImports() -
setAddImports
public void setAddImports(boolean addImports)
-