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.NodeVisitorpublic polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent,
polyglot.ast.Node n)
enter in class polyglot.visit.NodeVisitorCopyright © 2020 Soot OSS. All rights reserved.