public abstract class AccessPathRoot extends AccessPath
AccessPath,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
AccessPathRoot(polyglot.util.Position pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equivalentTo(AccessPath p,
LabelEnv env) |
boolean |
isUninterpreted() |
PathMap |
labelcheck(JifContext A,
LabelChecker lc) |
AccessPathRoot |
root() |
copy, equals, exprString, hashCode, isCanonical, isNeverNull, position, subst, throwTypes, type, verifypublic boolean isUninterpreted()
isUninterpreted in class AccessPathpublic final AccessPathRoot root()
root in class AccessPathpublic PathMap labelcheck(JifContext A, LabelChecker lc)
labelcheck in class AccessPathpublic boolean equivalentTo(AccessPath p, LabelEnv env)
equivalentTo in class AccessPath