net.sourceforge.nrl.parser.ast.action
Interface ICreateAction

All Superinterfaces:
IAction, INRLAstNode, ISimpleAction

public interface ICreateAction
extends ISimpleAction

An action that creates a new object and assigns it to a variable.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 IModelElement getElement()
          A reference to the element to create.
 IVariable getVariable()
          A reference to the variable that the object is held in after creation.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getElement

IModelElement getElement()
A reference to the element to create. This is never null.

Returns:
the element

getVariable

IVariable getVariable()
A reference to the variable that the object is held in after creation. This is never null.

Returns:
the variable


Copyright © 2006-2010 Christian Nentwich and others