public class TypeListBuilder
extends polyglot.visit.NodeVisitor
Constructor and Description |
---|
TypeListBuilder() |
Modifier and Type | Method and Description |
---|---|
HashSet<polyglot.types.Type> |
getList() |
polyglot.ast.Node |
leave(polyglot.ast.Node old,
polyglot.ast.Node n,
polyglot.visit.NodeVisitor visitor) |
public HashSet<polyglot.types.Type> getList()
public polyglot.ast.Node leave(polyglot.ast.Node old, polyglot.ast.Node n, polyglot.visit.NodeVisitor visitor)
leave
in class polyglot.visit.NodeVisitor