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

All Superinterfaces:
INRLAstNode, ISimpleReport

public interface IConcatenatedReport
extends ISimpleReport

A concatenation of expressions that should result in a report string.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 List<IExpression> getExpressions()
          Return the expressions that should be concatenated.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getExpressions

List<IExpression> getExpressions()
Return the expressions that should be concatenated. They all have to be evaluated to strings.

Returns:
the expressions


Copyright © 2006-2010 Christian Nentwich and others