net.jangaroo.jooc.ast
Class UnaryOpExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.OpExpr
net.jangaroo.jooc.ast.UnaryOpExpr
- All Implemented Interfaces:
- AstNode
- Direct Known Subclasses:
- PostfixOpExpr, PrefixOpExpr
public abstract class UnaryOpExpr
- extends OpExpr
- Author:
- Andreas Gawecki
| 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 |
UnaryOpExpr
public UnaryOpExpr(JooSymbol op,
Expr arg)
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildren in interface AstNode- Overrides:
getChildren in class NodeImplBase
scope
public void scope(Scope scope)
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
isRuntimeConstant
public boolean isRuntimeConstant()
- Overrides:
isRuntimeConstant in class Expr
isCompileTimeConstant
public boolean isCompileTimeConstant()
- Overrides:
isCompileTimeConstant in class Expr
getArg
public Expr getArg()
Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.