Uses of Interface
org.eclipse.xsemantics.dsl.xsemantics.AbstractFieldDefinition
-
Packages that use AbstractFieldDefinition Package Description org.eclipse.xsemantics.dsl.xsemantics org.eclipse.xsemantics.dsl.xsemantics.impl org.eclipse.xsemantics.dsl.xsemantics.util -
-
Uses of AbstractFieldDefinition in org.eclipse.xsemantics.dsl.xsemantics
Subinterfaces of AbstractFieldDefinition in org.eclipse.xsemantics.dsl.xsemantics Modifier and Type Interface Description interfaceFieldDefinitionA representation of the model object 'Field Definition'.interfaceInjectedA representation of the model object 'Injected'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return AbstractFieldDefinition Modifier and Type Method Description AbstractFieldDefinitionXsemanticsFactory. createAbstractFieldDefinition()Returns a new object of class 'Abstract Field Definition'.Methods in org.eclipse.xsemantics.dsl.xsemantics that return types with arguments of type AbstractFieldDefinition Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractFieldDefinition>XsemanticsSystem. getFields()Returns the value of the 'Fields' containment reference list. -
Uses of AbstractFieldDefinition in org.eclipse.xsemantics.dsl.xsemantics.impl
Classes in org.eclipse.xsemantics.dsl.xsemantics.impl that implement AbstractFieldDefinition Modifier and Type Class Description classAbstractFieldDefinitionImplAn implementation of the model object 'Abstract Field Definition'.classFieldDefinitionImplAn implementation of the model object 'Field Definition'.classInjectedImplAn implementation of the model object 'Injected'.Fields in org.eclipse.xsemantics.dsl.xsemantics.impl with type parameters of type AbstractFieldDefinition Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractFieldDefinition>XsemanticsSystemImpl. fieldsThe cached value of the 'Fields' containment reference list.Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return AbstractFieldDefinition Modifier and Type Method Description AbstractFieldDefinitionXsemanticsFactoryImpl. createAbstractFieldDefinition()Methods in org.eclipse.xsemantics.dsl.xsemantics.impl that return types with arguments of type AbstractFieldDefinition Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractFieldDefinition>XsemanticsSystemImpl. getFields() -
Uses of AbstractFieldDefinition in org.eclipse.xsemantics.dsl.xsemantics.util
Methods in org.eclipse.xsemantics.dsl.xsemantics.util with parameters of type AbstractFieldDefinition Modifier and Type Method Description TXsemanticsSwitch. caseAbstractFieldDefinition(AbstractFieldDefinition object)Returns the result of interpreting the object as an instance of 'Abstract Field Definition'.
-