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