public class JjComma_c
extends polyglot.ext.jl.ast.Expr_c
implements polyglot.ast.Expr
Constructor and Description |
---|
JjComma_c(polyglot.util.Position pos,
polyglot.ast.Expr first,
polyglot.ast.Expr second) |
Modifier and Type | Method and Description |
---|---|
List |
acceptCFG(polyglot.visit.CFGBuilder v,
List succs) |
polyglot.ast.Term |
entry() |
polyglot.ast.Expr |
first() |
polyglot.ast.Expr |
second() |
booleanValue, buildTypes, byteValue, charValue, constantValue, doubleValue, dump, floatValue, intValue, isConstant, longValue, precedence, printSubExpr, printSubExpr, shortValue, stringValue, type, type
exceptionCheck, exceptions, exceptions, listEntry, reachable, reachable
addDecls, 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, toString, translate, typeCheck, typeCheckEnter, typeCheckOverride, visit, visitChild, visitChildren, visitEdge, visitList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
constantValue, isConstant, precedence, printSubExpr, printSubExpr, type
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge, visitList
public JjComma_c(polyglot.util.Position pos, polyglot.ast.Expr first, polyglot.ast.Expr second)
public polyglot.ast.Expr first()
public polyglot.ast.Expr second()
public List acceptCFG(polyglot.visit.CFGBuilder v, List succs)
acceptCFG
in interface polyglot.ast.Term
acceptCFG
in class polyglot.ext.jl.ast.Term_c
public polyglot.ast.Term entry()
entry
in interface polyglot.ast.Term
entry
in class polyglot.ext.jl.ast.Term_c