Package org.eclipse.xsemantics.runtime
Class Result<T>
- java.lang.Object
-
- org.eclipse.xsemantics.runtime.ResultWithFailure
-
- org.eclipse.xsemantics.runtime.Result<T>
-
- Direct Known Subclasses:
Result2
public class Result<T> extends ResultWithFailure
The result of a rule invocation- Author:
- Lorenzo Bettini
-
-
Constructor Summary
Constructors Constructor Description Result(RuleFailedException ruleFailedException)Result(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetFirst()TgetValue()-
Methods inherited from class org.eclipse.xsemantics.runtime.ResultWithFailure
failed, getRuleFailedException
-
-
-
-
Constructor Detail
-
Result
public Result(T value)
-
Result
public Result(RuleFailedException ruleFailedException)
-
-