org.eclipse.internal.xpand2.ast
Class ErrorStatement
java.lang.Object
org.eclipse.internal.xtend.expression.ast.SyntaxElement
org.eclipse.internal.xpand2.ast.Statement
org.eclipse.internal.xpand2.ast.ErrorStatement
- All Implemented Interfaces:
- XpandAnalyzable, XpandEvaluatable, ISyntaxElement
public class ErrorStatement
- extends Statement
Report an error condition.
- Author:
- Sven Efftinge (http://www.efftinge.de) *
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorStatement
public ErrorStatement(Expression msg)
analyzeInternal
public void analyzeInternal(XpandExecutionContext ctx,
Set<AnalysationIssue> issues)
- Specified by:
analyzeInternal in class Statement
evaluateInternal
public void evaluateInternal(XpandExecutionContext ctx)
- Specified by:
evaluateInternal in class Statement
getMessage
public Expression getMessage()
Copyright © 2015. All rights reserved.