public class ClassDeclFinder
extends polyglot.visit.NodeVisitor
Constructor and Description |
---|
ClassDeclFinder() |
Modifier and Type | Method and Description |
---|---|
ArrayList<polyglot.ast.ClassDecl> |
declsFound() |
polyglot.visit.NodeVisitor |
enter(polyglot.ast.Node parent,
polyglot.ast.Node n) |
public ArrayList<polyglot.ast.ClassDecl> declsFound()
public polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
enter
in class polyglot.visit.NodeVisitor