Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.FieldDefinition
-
-
Uses of FieldDefinition in org.eclipse.xsemantics.dsl.serializer
Methods in org.eclipse.xsemantics.dsl.serializer with parameters of type FieldDefinition Modifier and Type Method Description protected voidXsemanticsSemanticSequencer. sequence_AbstractFieldDefinition(org.eclipse.xtext.serializer.ISerializationContext context, FieldDefinition semanticObject)Contexts: AbstractFieldDefinition returns FieldDefinition Constraint: ( annotations+=XAnnotation* writeable?='var'? ((extension?='extension' type=JvmTypeReference) | type=JvmTypeReference)? name=ValidID right=XExpression? ) -
Uses of FieldDefinition in org.eclipse.xsemantics.dsl.validation
Methods in org.eclipse.xsemantics.dsl.validation with parameters of type FieldDefinition Modifier and Type Method Description voidXsemanticsValidator. checkFieldInitialization(FieldDefinition f) -
Uses of FieldDefinition in org.eclipse.xsemantics.dsl.xsemantics
Methods in org.eclipse.xsemantics.dsl.xsemantics that return FieldDefinition Modifier and Type Method Description FieldDefinitionXsemanticsFactory. createFieldDefinition()Returns a new object of class 'Field Definition'. -
Uses of FieldDefinition in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement FieldDefinition Modifier and Type Class Description classFieldDefinitionImplAn implementation of the model object 'Field Definition'.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return FieldDefinition Modifier and Type Method Description FieldDefinitionXsemanticsFactoryImpl. createFieldDefinition() -
Uses of FieldDefinition in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type FieldDefinition Modifier and Type Method Description TXsemanticsSwitch. caseFieldDefinition(FieldDefinition object)Returns the result of interpreting the object as an instance of 'Field Definition'.
-