public class NestedClassListBuilder
extends polyglot.visit.NodeVisitor
Constructor and Description |
---|
NestedClassListBuilder() |
Modifier and Type | Method and Description |
---|---|
polyglot.visit.NodeVisitor |
enter(polyglot.ast.Node parent,
polyglot.ast.Node n) |
ArrayList<polyglot.ast.Node> |
getAnonClassBodyList() |
ArrayList<polyglot.ast.Node> |
getClassDeclsList() |
ArrayList<polyglot.ast.Node> |
getNestedUsedList() |
public ArrayList<polyglot.ast.Node> getClassDeclsList()
public ArrayList<polyglot.ast.Node> getAnonClassBodyList()
public ArrayList<polyglot.ast.Node> getNestedUsedList()
public polyglot.visit.NodeVisitor enter(polyglot.ast.Node parent, polyglot.ast.Node n)
enter
in class polyglot.visit.NodeVisitor
Copyright © 2021 Soot OSS. All rights reserved.