public class MethodFinalsChecker
extends polyglot.visit.NodeVisitor
Constructor and Description |
---|
MethodFinalsChecker() |
Modifier and Type | Method and Description |
---|---|
ArrayList<polyglot.ast.Node> |
ccallList() |
polyglot.visit.NodeVisitor |
enter(polyglot.ast.Node parent,
polyglot.ast.Node n) |
ArrayList<polyglot.util.IdentityKey> |
finalLocals() |
ArrayList<polyglot.util.IdentityKey> |
inners() |
polyglot.ast.Node |
override(polyglot.ast.Node parent,
polyglot.ast.Node n) |
HashMap<polyglot.util.IdentityKey,ArrayList<polyglot.util.IdentityKey>> |
typeToLocalsUsed() |
public HashMap<polyglot.util.IdentityKey,ArrayList<polyglot.util.IdentityKey>> typeToLocalsUsed()
public ArrayList<polyglot.util.IdentityKey> finalLocals()
public ArrayList<polyglot.util.IdentityKey> inners()
public ArrayList<polyglot.ast.Node> ccallList()
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