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