public abstract class EntityVisitor
extends java.lang.Object
EntityContainer
. The EntityContainer.visit()
will call one of the methods
in this interface, depending on the runtime type of the EntityContainer.Constructor and Description |
---|
EntityVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visitClass(ClassInfo parentClass) |
void |
visitFile(FileInfo parentFile) |
void |
visitMethod(MethodInfo parentMethod) |
void |
visitPackage(PackageInfo parentPackage) |
void |
visitProject(ProjectInfo parentProject) |
public void visitProject(ProjectInfo parentProject)
public void visitPackage(PackageInfo parentPackage)
public void visitFile(FileInfo parentFile)
public void visitClass(ClassInfo parentClass)
public void visitMethod(MethodInfo parentMethod)