Class DeclareVariablesTransform.VariableToDeclare
java.lang.Object
com.strobel.decompiler.languages.java.ast.transforms.DeclareVariablesTransform.VariableToDeclare
- Enclosing class:
DeclareVariablesTransform
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockStatementprivate final CatchClauseprivate final Statementprivate final Stringprivate final AssignmentExpressionprivate final AstTypeprivate final Variable -
Constructor Summary
ConstructorsConstructorDescriptionVariableToDeclare(AstType type, String name, Variable variable, AssignmentExpression replacedAssignment, BlockStatement block) VariableToDeclare(AstType type, String name, Variable variable, CatchClause catchClause) VariableToDeclare(AstType type, String name, Variable variable, Statement insertionPoint, BlockStatement block) -
Method Summary
-
Field Details
-
_type
-
_name
-
_variable
-
_insertionPoint
-
_replacedAssignment
-
_block
-
_catchClause
-
-
Constructor Details
-
VariableToDeclare
public VariableToDeclare(AstType type, String name, Variable variable, Statement insertionPoint, BlockStatement block) -
VariableToDeclare
public VariableToDeclare(AstType type, String name, Variable variable, AssignmentExpression replacedAssignment, BlockStatement block) -
VariableToDeclare
-
-
Method Details
-
isCatchVariable
public boolean isCatchVariable() -
getCatchClause
-
getBlock
-
getType
-
getName
-
getVariable
-
getReplacedAssignment
-
getInsertionPoint
-
toString
-