public interface IVariableDeclarationAction extends ISimpleAction
IVariableDeclaration.
Behaves exactly the same way as a variable declaration in the constraint language.
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.
|
accept, dump, getColumn, getLine, getUserData, setUserDataString getVariableName()
IExpression getExpression()
IVariable getVariableReference()
Copyright © 2006-2013. All Rights Reserved.