Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Declaration
Packages that use Declaration
Package
Description
-
Uses of Declaration in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return DeclarationModifier and TypeMethodDescriptionExpressionDslFactory.createDeclaration()Returns a new object of class 'Declaration'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type DeclarationModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Declaration> Declarator.getDecl()Returns the value of the 'Decl' containment reference list. -
Uses of Declaration in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement DeclarationModifier and TypeClassDescriptionclassAn implementation of the model object 'Declaration'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type DeclarationModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Declaration> DeclaratorImpl.declThe cached value of the 'Decl' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return DeclarationMethods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type DeclarationModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Declaration> DeclaratorImpl.getDecl() -
Uses of Declaration in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type DeclarationModifier and TypeMethodDescriptionExpressionDslSwitch.caseDeclaration(Declaration object) Returns the result of interpreting the object as an instance of 'Declaration'. -
Uses of Declaration in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type DeclarationModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Declaration(org.eclipse.xtext.serializer.ISerializationContext context, Declaration semanticObject) Contexts: Declaration returns Declaration Constraint: (type=Type? units+=DeclarationUnit units+=DeclarationUnit*)