Uses of Class
org.eclipse.epsilon.emc.jdt.ReflectiveASTVisitor
-
Packages that use ReflectiveASTVisitor Package Description org.eclipse.epsilon.emc.jdt -
-
Uses of ReflectiveASTVisitor in org.eclipse.epsilon.emc.jdt
Fields in org.eclipse.epsilon.emc.jdt declared as ReflectiveASTVisitor Modifier and Type Field Description protected ReflectiveASTVisitor
JdtModel. visitor
protected ReflectiveASTVisitor
SearchableTypeCollection. visitor
The visitor is only used if the script tries to iterate through the entire TypeDeclaration.all list.Constructors in org.eclipse.epsilon.emc.jdt with parameters of type ReflectiveASTVisitor Constructor Description SearchableTypeCollection(org.eclipse.jdt.core.IJavaProject[] javaProjects, ReflectiveASTVisitor visitor)
-