Uses of Interface
de.gebit.integrity.dsl.Constant
-
Packages that use Constant Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of Constant in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return Constant Modifier and Type Method Description ConstantDslFactory. createConstant()Returns a new object of class 'Constant'. -
Uses of Constant in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Constant Modifier and Type Class Description classConstantImplAn implementation of the model object 'Constant'.Methods in de.gebit.integrity.dsl.impl that return Constant Modifier and Type Method Description ConstantDslFactoryImpl. createConstant() -
Uses of Constant in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Constant Modifier and Type Method Description TDslSwitch. caseConstant(Constant object)Returns the result of interpreting the object as an instance of 'Constant'. -
Uses of Constant in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type Constant Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_Constant(org.eclipse.xtext.serializer.ISerializationContext context, Constant semanticObject)Contexts: ConstantValue returns Constant Constant returns Constant Constraint: name=[ConstantEntity|QualifiedName]
-