Uses of Class
org.eclipse.xsemantics.runtime.Result2
-
Packages that use Result2 Package Description org.eclipse.xsemantics.runtime -
-
Uses of Result2 in org.eclipse.xsemantics.runtime
Subclasses of Result2 in org.eclipse.xsemantics.runtime Modifier and Type Class Description classResult3<F,S,T>Methods in org.eclipse.xsemantics.runtime that return Result2 Modifier and Type Method Description protected <F,S>
Result2<F,S>XsemanticsRuntimeSystem. resultForFailure2(java.lang.Exception e)Methods in org.eclipse.xsemantics.runtime that return types with arguments of type Result2 Modifier and Type Method Description protected <F,S>
org.eclipse.xtext.util.PolymorphicDispatcher<Result2<F,S>>XsemanticsRuntimeSystem. buildPolymorphicDispatcher2(java.lang.String methodName, int numOfArgs, java.lang.String judgmentSymbol, java.lang.String... relationSymbols)Methods in org.eclipse.xsemantics.runtime with parameters of type Result2 Modifier and Type Method Description protected java.lang.StringStringRepresentation. stringRep(Result2<?,?> result)
-