Uses of Interface
de.gebit.integrity.dsl.VisibleSingleLineNormalComment
-
Packages that use VisibleSingleLineNormalComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of VisibleSingleLineNormalComment in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return VisibleSingleLineNormalComment Modifier and Type Method Description VisibleSingleLineNormalCommentDslFactory. createVisibleSingleLineNormalComment()Returns a new object of class 'Visible Single Line Normal Comment'. -
Uses of VisibleSingleLineNormalComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleSingleLineNormalComment Modifier and Type Class Description classVisibleSingleLineNormalCommentImplAn implementation of the model object 'Visible Single Line Normal Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleSingleLineNormalComment Modifier and Type Method Description VisibleSingleLineNormalCommentDslFactoryImpl. createVisibleSingleLineNormalComment() -
Uses of VisibleSingleLineNormalComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleSingleLineNormalComment Modifier and Type Method Description TDslSwitch. caseVisibleSingleLineNormalComment(VisibleSingleLineNormalComment object)Returns the result of interpreting the object as an instance of 'Visible Single Line Normal Comment'. -
Uses of VisibleSingleLineNormalComment in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type VisibleSingleLineNormalComment Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_VisibleSingleLineNormalComment(org.eclipse.xtext.serializer.ISerializationContext context, VisibleSingleLineNormalComment semanticObject)Contexts: VisibleComment returns VisibleSingleLineNormalComment VisibleSingleLineComment returns VisibleSingleLineNormalComment VisibleSingleLineNormalComment returns VisibleSingleLineNormalComment SuiteStatement returns VisibleSingleLineNormalComment Constraint: content=SL_VISIBLE_COMMENT
-