net.jangaroo.jooc.ast
Class IsExpr
java.lang.Object
net.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.IsExpr
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class IsExpr
- extends InfixOpExpr
- Author:
- Frank Wienberg
| Methods inherited from class net.jangaroo.jooc.ast.OpExpr |
getOp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsExpr
public IsExpr(Expr e1,
JooSymbol symIs,
Expr e2)
visit
public void visit(AstVisitor visitor)
throws IOException
- Specified by:
visit in interface AstNode- Overrides:
visit in class InfixOpExpr
- Throws:
IOException
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.