org.ow2.opensuit.cel
Interface ICompilationResult

All Known Subinterfaces:
ICompilationResultWriter
All Known Implementing Classes:
CompilationResult

public interface ICompilationResult

Interface declaring all methods which must be implemented, by a class which implements . Represent the compilation result behavior

Version:
1.0
Author:
Adrien Ruffie / Pierre Smeyers, http://opensuit.ow2.org/

Method Summary
 IExpression getExpression()
          Get the linked this compilation result.
 java.util.List<ICompilationMessage> getMessages()
          Allow to recover all linked to the current
 boolean hasErrors()
          Allow to determine if errors Occurred during the compilation
 

Method Detail

getExpression

IExpression getExpression()
Get the linked this compilation result.

Returns:
Return an implementation of IExpression associated with this compilation result.

hasErrors

boolean hasErrors()
Allow to determine if errors Occurred during the compilation

Returns:
Return true if occurred errors are present into this compilation result

getMessages

java.util.List<ICompilationMessage> getMessages()
Allow to recover all linked to the current

Returns:
A of occurred


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.