Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.Fail
-
-
Uses of Fail in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type Fail Modifier and Type Method Description protected voidXsemanticsXbaseCompiler. _doInternalToJavaStatement(Fail fail, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b, boolean isReference) -
Uses of Fail in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type Fail Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_TerminalPremiseExpression(org.eclipse.xtext.serializer.ISerializationContext context, Fail semanticObject)Contexts: XExpressionOrVarDeclaration returns Fail PremiseExpression returns Fail PremiseExpression.OrExpression_1_0_0 returns Fail TerminalPremiseExpression returns Fail Constraint: error=ErrorSpecification? -
Uses of Fail in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type Fail Modifier and Type Method Description protected voidXsemanticsTypeComputer. _computeTypes(Fail e, org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState state) -
Uses of Fail in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return Fail Modifier and Type Method Description FailXsemanticsFactory. createFail()Returns a new object of class 'Fail'. -
Uses of Fail in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement Fail Modifier and Type Class Description classFailImplAn implementation of the model object 'Fail'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return Fail Modifier and Type Method Description FailXsemanticsFactoryImpl. createFail() -
Uses of Fail in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type Fail Modifier and Type Method Description TXsemanticsSwitch. caseFail(Fail object)Returns the result of interpreting the object as an instance of 'Fail'.
-