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