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