public abstract class DowngradeExpr_c extends polyglot.ast.Expr_c implements DowngradeExpr
DowngradeExpr interface.| Modifier and Type | Field and Description |
|---|---|
protected LabelNode |
bound |
protected polyglot.ast.Expr |
expr |
protected LabelNode |
label |
| Constructor and Description |
|---|
DowngradeExpr_c(polyglot.util.Position pos,
polyglot.ast.Expr expr,
LabelNode bound,
LabelNode label)
Deprecated.
|
DowngradeExpr_c(polyglot.util.Position pos,
polyglot.ast.Expr expr,
LabelNode bound,
LabelNode label,
polyglot.ast.Ext ext) |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
acceptCFG(polyglot.visit.CFGBuilder<?> v,
java.util.List<T> succs) |
LabelNode |
bound() |
DowngradeExpr |
bound(LabelNode b) |
protected <N extends DowngradeExpr_c> |
bound(N n,
LabelNode b) |
polyglot.ast.Expr |
expr() |
DowngradeExpr |
expr(polyglot.ast.Expr expr) |
protected <N extends DowngradeExpr_c> |
expr(N n,
polyglot.ast.Expr expr) |
polyglot.ast.Term |
firstChild() |
LabelNode |
label() |
DowngradeExpr |
label(LabelNode label) |
protected <N extends DowngradeExpr_c> |
label(N n,
LabelNode label) |
polyglot.ast.Precedence |
precedence() |
void |
prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr) |
protected <N extends DowngradeExpr_c> |
reconstruct(N n,
polyglot.ast.Expr expr,
LabelNode bound,
LabelNode label) |
java.lang.String |
toString() |
void |
translate(polyglot.util.CodeWriter w,
polyglot.visit.Translator tr) |
polyglot.ast.Node |
typeCheck(polyglot.visit.TypeChecker tc) |
polyglot.ast.Node |
visitChildren(polyglot.visit.NodeVisitor v) |
booleanValue, buildTypes, byteValue, charValue, constantValue, constantValue, constantValueSet, constantValueSet, doubleValue, dump, extRewrite, floatValue, intValue, isConstant, isConstant, isTypeChecked, lastLang, longValue, printSubExpr, printSubExpr, shortValue, stringValue, type, type, typeexceptionCheck, exceptions, exceptions, exceptions, listChild, reachable, reachable, reachableaddDecls, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copy, copyIfNeeded, del, del, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, error, error, error, exceptionCheckEnter, ext, ext, ext, ext, extRewriteEnter, extRewriteOverride, isDisambiguated, lang, position, position, position, prettyPrint, prettyPrint, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdowngradeKindconstantValue, constantValueSet, isConstant, printSubExpr, printSubExpr, typedel, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdgeaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, lang, prettyPrint, prettyPrint, prettyPrint, prettyPrint, throwTypes, typeCheckEnter, typeCheckOverride, visitChild, visitListprotected LabelNode label
protected LabelNode bound
protected polyglot.ast.Expr expr
@Deprecated
public DowngradeExpr_c(polyglot.util.Position pos,
polyglot.ast.Expr expr,
LabelNode bound,
LabelNode label)
public polyglot.ast.Expr expr()
expr in interface DowngradeExprpublic DowngradeExpr expr(polyglot.ast.Expr expr)
expr in interface DowngradeExprprotected <N extends DowngradeExpr_c> N expr(N n, polyglot.ast.Expr expr)
public LabelNode label()
label in interface DowngradeExprpublic DowngradeExpr label(LabelNode label)
label in interface DowngradeExprprotected <N extends DowngradeExpr_c> N label(N n, LabelNode label)
public LabelNode bound()
bound in interface DowngradeExprpublic DowngradeExpr bound(LabelNode b)
bound in interface DowngradeExprprotected <N extends DowngradeExpr_c> N bound(N n, LabelNode b)
protected <N extends DowngradeExpr_c> N reconstruct(N n, polyglot.ast.Expr expr, LabelNode bound, LabelNode label)
public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
visitChildren in interface polyglot.ast.NodeOpsvisitChildren in class polyglot.ast.Node_cpublic polyglot.ast.Node typeCheck(polyglot.visit.TypeChecker tc)
typeCheck in interface polyglot.ast.NodeOpstypeCheck in class polyglot.ast.Node_cpublic polyglot.ast.Term firstChild()
firstChild in interface polyglot.ast.TermOpsfirstChild in class polyglot.ast.Term_cpublic <T> java.util.List<T> acceptCFG(polyglot.visit.CFGBuilder<?> v,
java.util.List<T> succs)
acceptCFG in interface polyglot.ast.TermOpsacceptCFG in class polyglot.ast.Term_cpublic void prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr)
prettyPrint in interface polyglot.ast.NodeOpsprettyPrint in class polyglot.ast.Node_cpublic void translate(polyglot.util.CodeWriter w,
polyglot.visit.Translator tr)
translate in interface polyglot.ast.NodeOpstranslate in class polyglot.ast.Node_cpublic java.lang.String toString()
toString in class polyglot.ast.Node_cpublic polyglot.ast.Precedence precedence()
precedence in interface polyglot.ast.Exprprecedence in class polyglot.ast.Expr_c