Uses of Class
org.eclipse.emf.mwe.internal.core.ast.ComponentAST

Packages that use ComponentAST
org.eclipse.emf.mwe.internal.core.ast AST of the workflow engine 
org.eclipse.emf.mwe.internal.core.ast.util Utility classes for the AST of the workflow engine 
 

Uses of ComponentAST in org.eclipse.emf.mwe.internal.core.ast
 

Subclasses of ComponentAST in org.eclipse.emf.mwe.internal.core.ast
 class InclusionAST
           
 

Methods in org.eclipse.emf.mwe.internal.core.ast that return ComponentAST
 ComponentAST ReferenceAST.getReference()
           
 

Methods in org.eclipse.emf.mwe.internal.core.ast that return types with arguments of type ComponentAST
 java.util.Map<java.lang.String,ComponentAST> InclusionAST.getPassedBeans()
           
 

Methods in org.eclipse.emf.mwe.internal.core.ast with parameters of type ComponentAST
 void ReferenceAST.setReference(ComponentAST reference)
           
 

Method parameters in org.eclipse.emf.mwe.internal.core.ast with type arguments of type ComponentAST
 void InclusionAST.setPassedBeans(java.util.Map<java.lang.String,ComponentAST> passedBeans)
           
 

Uses of ComponentAST in org.eclipse.emf.mwe.internal.core.ast.util
 

Methods in org.eclipse.emf.mwe.internal.core.ast.util with parameters of type ComponentAST
 java.lang.Object VisitorAnalyzer.visitComponentAST(ComponentAST componentAST)
           
 java.lang.Object VisitorBase.visitComponentAST(ComponentAST ele)
           
 java.lang.Object VisitorCreator.visitComponentAST(ComponentAST comp)
           
 java.lang.Object VisitorInitializer.visitComponentAST(ComponentAST comp)
           
 

Constructor parameters in org.eclipse.emf.mwe.internal.core.ast.util with type arguments of type ComponentAST
VisitorInitializer(Issues issues, java.util.Map<java.lang.String,java.lang.String> initialProperties, java.util.Map<java.lang.String,ComponentAST> initialBeans)