Uses of Class
org.eclipse.emf.mwe.internal.core.ast.util.VisitorBase

Packages that use VisitorBase
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 VisitorBase in org.eclipse.emf.mwe.internal.core.ast
 

Methods in org.eclipse.emf.mwe.internal.core.ast with parameters of type VisitorBase
 java.lang.Object AbstractASTBase.accept(VisitorBase visitor)
           
 

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

Subclasses of VisitorBase in org.eclipse.emf.mwe.internal.core.ast.util
 class VisitorAnalyzer
           
 class VisitorCreator
           
 class VisitorInitializer