public class JjAccessField_c
extends polyglot.ext.jl.ast.Expr_c
implements polyglot.ast.Expr
| Constructor and Description |
|---|
JjAccessField_c(polyglot.util.Position pos,
polyglot.ast.Call getMeth,
polyglot.ast.Call setMeth,
polyglot.ast.Field field) |
| Modifier and Type | Method and Description |
|---|---|
List |
acceptCFG(polyglot.visit.CFGBuilder v,
List succs) |
polyglot.ast.Term |
entry() |
polyglot.ast.Field |
field() |
polyglot.ast.Call |
getMeth() |
polyglot.ast.Call |
setMeth() |
String |
toString() |
polyglot.ast.Node |
visitChildren(polyglot.visit.NodeVisitor v) |
booleanValue, buildTypes, byteValue, charValue, constantValue, doubleValue, dump, floatValue, intValue, isConstant, longValue, precedence, printSubExpr, printSubExpr, shortValue, stringValue, type, typeexceptionCheck, exceptions, exceptions, listEntry, reachable, reachableaddDecls, addMembers, addMembersEnter, addMembersOverride, buildTypesEnter, buildTypesOverride, childExpectedType, copy, del, del, disambiguate, disambiguateEnter, disambiguateOverride, enterScope, enterScope, exceptionCheckEnter, exceptionCheckOverride, ext, ext, ext, ext, init, node, position, position, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconstantValue, isConstant, precedence, printSubExpr, printSubExpr, typechildExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge, visitListpublic JjAccessField_c(polyglot.util.Position pos,
polyglot.ast.Call getMeth,
polyglot.ast.Call setMeth,
polyglot.ast.Field field)
public polyglot.ast.Call getMeth()
public polyglot.ast.Call setMeth()
public polyglot.ast.Field field()
public String toString()
toString in class polyglot.ext.jl.ast.Node_cpublic List acceptCFG(polyglot.visit.CFGBuilder v, List succs)
acceptCFG in interface polyglot.ast.TermacceptCFG in class polyglot.ext.jl.ast.Term_cpublic polyglot.ast.Term entry()
entry in interface polyglot.ast.Termentry in class polyglot.ext.jl.ast.Term_cpublic polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
visitChildren in interface polyglot.ast.NodeOpsvisitChildren in class polyglot.ext.jl.ast.Node_cCopyright © 2020 Soot OSS. All rights reserved.