Class DeclareVariablesTransform.VariableToDeclare
java.lang.Object
com.strobel.decompiler.languages.java.ast.transforms.DeclareVariablesTransform.VariableToDeclare
- Enclosing class:
DeclareVariablesTransform
-
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
-
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