net.jangaroo.jooc.ast
Class OpExpr

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Expr
          extended by net.jangaroo.jooc.ast.OpExpr
All Implemented Interfaces:
AstNode
Direct Known Subclasses:
BinaryOpExpr, UnaryOpExpr

public abstract class OpExpr
extends Expr

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
protected OpExpr(JooSymbol op)
           
 
Method Summary
 JooSymbol getOp()
           
 
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, isCompileTimeConstant, isRuntimeConstant, setType
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, analyze, getChildren, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jangaroo.jooc.ast.AstNode
getSymbol, scope, visit
 

Constructor Detail

OpExpr

protected OpExpr(JooSymbol op)
Method Detail

getOp

public JooSymbol getOp()


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.