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

All Superinterfaces:
INRLAstNode

public interface ICompoundReport
extends INRLAstNode

A list of reporting statements that should be processed in sequence, possibly by concatenation.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 List<ISimpleReport> getReports()
          Return the individual reports that make up this compound report.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getReports

List<ISimpleReport> getReports()
Return the individual reports that make up this compound report.

Returns:
a list of reports


Copyright © 2006-2010 Christian Nentwich and others