Uses of Interface
de.gebit.integrity.dsl.DocumentationComment
-
Packages that use DocumentationComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer de.gebit.integrity.utils -
-
Uses of DocumentationComment in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return DocumentationComment Modifier and Type Method Description DocumentationCommentDslFactory. createDocumentationComment()Returns a new object of class 'Documentation Comment'.DocumentationCommentCallDefinition. getDocumentation()Returns the value of the 'Documentation' containment reference.DocumentationCommentConstantDefinition. getDocumentation()Returns the value of the 'Documentation' containment reference.DocumentationCommentStatement. getDocumentation()Returns the value of the 'Documentation' containment reference.DocumentationCommentSuiteDefinition. getDocumentation()Returns the value of the 'Documentation' containment reference.DocumentationCommentTestDefinition. getDocumentation()Returns the value of the 'Documentation' containment reference.Methods in de.gebit.integrity.dsl with parameters of type DocumentationComment Modifier and Type Method Description voidCallDefinition. setDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference.voidConstantDefinition. setDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference.voidStatement. setDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference.voidSuiteDefinition. setDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference.voidTestDefinition. setDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference. -
Uses of DocumentationComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement DocumentationComment Modifier and Type Class Description classDocumentationCommentImplAn implementation of the model object 'Documentation Comment'.Fields in de.gebit.integrity.dsl.impl declared as DocumentationComment Modifier and Type Field Description protected DocumentationCommentCallDefinitionImpl. documentationThe cached value of the 'Documentation' containment reference.protected DocumentationCommentConstantDefinitionImpl. documentationThe cached value of the 'Documentation' containment reference.protected DocumentationCommentStatementImpl. documentationThe cached value of the 'Documentation' containment reference.protected DocumentationCommentSuiteDefinitionImpl. documentationThe cached value of the 'Documentation' containment reference.protected DocumentationCommentTestDefinitionImpl. documentationThe cached value of the 'Documentation' containment reference.Methods in de.gebit.integrity.dsl.impl that return DocumentationComment Modifier and Type Method Description DocumentationCommentDslFactoryImpl. createDocumentationComment()DocumentationCommentCallDefinitionImpl. getDocumentation()DocumentationCommentConstantDefinitionImpl. getDocumentation()DocumentationCommentStatementImpl. getDocumentation()DocumentationCommentSuiteDefinitionImpl. getDocumentation()DocumentationCommentTestDefinitionImpl. getDocumentation()Methods in de.gebit.integrity.dsl.impl with parameters of type DocumentationComment Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainCallDefinitionImpl. basicSetDocumentation(DocumentationComment newDocumentation, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainConstantDefinitionImpl. basicSetDocumentation(DocumentationComment newDocumentation, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainStatementImpl. basicSetDocumentation(DocumentationComment newDocumentation, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainSuiteDefinitionImpl. basicSetDocumentation(DocumentationComment newDocumentation, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTestDefinitionImpl. basicSetDocumentation(DocumentationComment newDocumentation, org.eclipse.emf.common.notify.NotificationChain msgs)voidCallDefinitionImpl. setDocumentation(DocumentationComment newDocumentation)voidConstantDefinitionImpl. setDocumentation(DocumentationComment newDocumentation)voidStatementImpl. setDocumentation(DocumentationComment newDocumentation)voidSuiteDefinitionImpl. setDocumentation(DocumentationComment newDocumentation)voidTestDefinitionImpl. setDocumentation(DocumentationComment newDocumentation) -
Uses of DocumentationComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type DocumentationComment Modifier and Type Method Description TDslSwitch. caseDocumentationComment(DocumentationComment object)Returns the result of interpreting the object as an instance of 'Documentation Comment'. -
Uses of DocumentationComment in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type DocumentationComment Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_DocumentationComment(org.eclipse.xtext.serializer.ISerializationContext context, DocumentationComment semanticObject)Contexts: DocumentationComment returns DocumentationComment Constraint: content=ML_DOC_COMMENT -
Uses of DocumentationComment in de.gebit.integrity.utils
Fields in de.gebit.integrity.utils declared as DocumentationComment Modifier and Type Field Description protected DocumentationCommentParsedDocumentationComment. originThe source element that this was parsed from.Methods in de.gebit.integrity.utils that return DocumentationComment Modifier and Type Method Description DocumentationCommentParsedDocumentationComment. getOrigin()Constructors in de.gebit.integrity.utils with parameters of type DocumentationComment Constructor Description ParsedDocumentationComment(DocumentationComment aComment, ModelSourceInformationElement aModelSourceInfo)Parses a givenDocumentationCommentand extracts the documentation info.ParsedDocumentationComment(DocumentationComment aComment, ModelSourceInformationElement aModelSourceInfo, boolean anAllowUnnamedResultsFlag)Parses a givenDocumentationCommentand extracts the documentation info.
-