Uses of Class
org.eclipse.emf.mwe.internal.core.ast.AbstractASTBase
Packages that use AbstractASTBase
Package
Description
AST of the workflow engine
Parser implementation for the AST of the workflow engine
Utility classes for the AST of the workflow engine
-
Uses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast
Subclasses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.astModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in org.eclipse.emf.mwe.internal.core.ast that return AbstractASTBaseMethods in org.eclipse.emf.mwe.internal.core.ast that return types with arguments of type AbstractASTBaseMethods in org.eclipse.emf.mwe.internal.core.ast with parameters of type AbstractASTBaseModifier and TypeMethodDescriptionvoid
ComponentAST.addChild
(AbstractASTBase ele) void
InclusionAST.setImportedElement
(AbstractASTBase referenced) -
Uses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast.parser
Methods in org.eclipse.emf.mwe.internal.core.ast.parser that return AbstractASTBaseModifier and TypeMethodDescriptionprotected AbstractASTBase
WorkflowParser.handleComp
(String name, Attributes attributes) protected AbstractASTBase
WorkflowParser.handleProperty
(String localName, Attributes attributes) WorkflowParser.parse
(InputStream in, String resourceName, Issues issues) -
Uses of AbstractASTBase in org.eclipse.emf.mwe.internal.core.ast.util
Methods in org.eclipse.emf.mwe.internal.core.ast.util that return AbstractASTBaseModifier and TypeMethodDescriptionWorkflowFactory.parseAndInitialize
(InputStream in, String resourceName, Issues issues, Map<String, String> properties) Methods in org.eclipse.emf.mwe.internal.core.ast.util with parameters of type AbstractASTBaseModifier and TypeMethodDescriptionprotected String
VisitorInitializer.replaceProperties
(String toResolve, boolean logIssues, AbstractASTBase ast) protected String
VisitorInitializer.replaceProperties
(String toResolve, AbstractASTBase ast) final Object
VisitorBase.visit
(AbstractASTBase ele) VisitorBase.visitAbstractASTBase
(AbstractASTBase ele)