public interface IVariableDeclaration extends IConstraint
Abstract syntax reference:
DeclareStatement ::= declare Variable expression
NEWLINE| Modifier and Type | Method and Description |
|---|---|
IExpression |
getExpression()
Get the expression that initialises the variable.
|
String |
getVariableName()
Return the variable name
|
IVariable |
getVariableReference()
Create a resolved variable reference.
|
getNRLDataType, setNRLDataTypeaccept, dump, getColumn, getLine, getUserData, setUserDataString getVariableName()
IExpression getExpression()
IVariable getVariableReference()
Copyright © 2006-2013. All Rights Reserved.