net.sourceforge.nrl.parser.ast.constraints
Interface IExpression

All Superinterfaces:
IConstraint, INRLAstNode
All Known Subinterfaces:
IArithmeticExpression, IBooleanLiteral, ICastExpression, ICollectionIndex, IDecimalNumber, IFunctionalExpression, IIdentifier, IIntegerNumber, ILiteralString, IModelReference, IOperatorInvocation, ISelectionExpression, IValidationFragmentApplication

public interface IExpression
extends IConstraint

An expression is a mathematical formula, a call-out, a fragment application or simply a basic type like a string or model element.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.constraints.IConstraint
getNRLDataType, setNRLDataType
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 



Copyright © 2006-2010 Christian Nentwich and others