|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.OpExpr
net.jangaroo.jooc.ast.BinaryOpExpr
net.jangaroo.jooc.ast.InfixOpExpr
net.jangaroo.jooc.ast.AsExpr
public class AsExpr
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
NodeImplBase.Scoped |
| Constructor Summary | |
|---|---|
AsExpr(Expr e1,
JooSymbol symIs,
Expr e2)
|
|
| Method Summary | |
|---|---|
void |
visit(AstVisitor visitor)
|
| Methods inherited from class net.jangaroo.jooc.ast.InfixOpExpr |
|---|
scope |
| Methods inherited from class net.jangaroo.jooc.ast.BinaryOpExpr |
|---|
analyze, getArg1, getArg2, getChildren, getSymbol, isCompileTimeConstant, isRuntimeConstant |
| Methods inherited from class net.jangaroo.jooc.ast.OpExpr |
|---|
getOp |
| Methods inherited from class net.jangaroo.jooc.ast.Expr |
|---|
getType, setType |
| Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScope |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsExpr(Expr e1,
JooSymbol symIs,
Expr e2)
| Method Detail |
|---|
public void visit(AstVisitor visitor)
throws IOException
visit in interface AstNodevisit in class InfixOpExprIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||