protected static final class DeclareVariablesTransform.VariableToDeclare
extends java.lang.Object
| Constructor and Description |
|---|
DeclareVariablesTransform.VariableToDeclare(AstType type,
java.lang.String name,
Variable variable,
AssignmentExpression replacedAssignment,
BlockStatement block) |
DeclareVariablesTransform.VariableToDeclare(AstType type,
java.lang.String name,
Variable variable,
Statement insertionPoint,
BlockStatement block) |
| Modifier and Type | Method and Description |
|---|---|
BlockStatement |
getBlock() |
Statement |
getInsertionPoint() |
java.lang.String |
getName() |
AssignmentExpression |
getReplacedAssignment() |
AstType |
getType() |
Variable |
getVariable() |
java.lang.String |
toString() |
public DeclareVariablesTransform.VariableToDeclare(AstType type, java.lang.String name, Variable variable, Statement insertionPoint, BlockStatement block)
public DeclareVariablesTransform.VariableToDeclare(AstType type, java.lang.String name, Variable variable, AssignmentExpression replacedAssignment, BlockStatement block)
public BlockStatement getBlock()
public AstType getType()
public java.lang.String getName()
public Variable getVariable()
public AssignmentExpression getReplacedAssignment()
public Statement getInsertionPoint()
public java.lang.String toString()
toString in class java.lang.Object