Package org.eclipse.xsemantics.runtime
Class Result3<F,S,T>
- java.lang.Object
-
- org.eclipse.xsemantics.runtime.ResultWithFailure
-
- org.eclipse.xsemantics.runtime.Result<F>
-
- org.eclipse.xsemantics.runtime.Result2<F,S>
-
- org.eclipse.xsemantics.runtime.Result3<F,S,T>
-
public class Result3<F,S,T> extends Result2<F,S>
- Author:
- Lorenzo Bettini
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetThird()-
Methods inherited from class org.eclipse.xsemantics.runtime.ResultWithFailure
failed, getRuleFailedException
-
-