Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.ErrorSpecification
-
-
Uses of ErrorSpecification in org.eclipse.xsemantics.dsl.generator
Methods in org.eclipse.xsemantics.dsl.generator with parameters of type ErrorSpecification Modifier and Type Method Description protected voidXsemanticsXbaseCompiler. _doInternalToJavaStatement(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b, boolean isReference)java.lang.StringXsemanticsXbaseCompiler. compileDataOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b)java.lang.StringXsemanticsErrorSpecificationGenerator. compileErrorOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable appendable)java.lang.StringXsemanticsXbaseCompiler. compileErrorOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b)java.lang.StringXsemanticsErrorSpecificationGenerator. compileFeatureOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable appendable)java.lang.StringXsemanticsXbaseCompiler. compileFeatureOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b)java.lang.StringXsemanticsErrorSpecificationGenerator. compileSourceOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable appendable)java.lang.StringXsemanticsXbaseCompiler. compileSourceOfErrorSpecification(ErrorSpecification errorSpecification, org.eclipse.xtext.xbase.compiler.output.ITreeAppendable b) -
Uses of ErrorSpecification in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type ErrorSpecification Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_ErrorSpecification(org.eclipse.xtext.serializer.ISerializationContext context, ErrorSpecification semanticObject)Contexts: ErrorSpecification returns ErrorSpecification Constraint: (error=XExpression (source=XExpression | feature=XExpression | data=XExpression)*) -
Uses of ErrorSpecification in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing with parameters of type ErrorSpecification Modifier and Type Method Description protected voidXsemanticsTypeComputer. _computeTypes(ErrorSpecification e, org.eclipse.xtext.xbase.typesystem.computation.ITypeComputationState state) -
Uses of ErrorSpecification in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return ErrorSpecification Modifier and Type Method Description ErrorSpecificationXsemanticsFactory. createErrorSpecification()Returns a new object of class 'Error Specification'. -
Uses of ErrorSpecification in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement ErrorSpecification Modifier and Type Class Description classErrorSpecificationImplAn implementation of the model object 'Error Specification'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return ErrorSpecification Modifier and Type Method Description ErrorSpecificationXsemanticsFactoryImpl. createErrorSpecification() -
Uses of ErrorSpecification in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type ErrorSpecification Modifier and Type Method Description TXsemanticsSwitch. caseErrorSpecification(ErrorSpecification object)Returns the result of interpreting the object as an instance of 'Error Specification'.
-