|
||||||||||
| 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.UnaryOpExpr
net.jangaroo.jooc.ast.PrefixOpExpr
public class PrefixOpExpr
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase |
|---|
NodeImplBase.Scoped |
| Constructor Summary | |
|---|---|
PrefixOpExpr(JooSymbol op,
Expr arg)
|
|
| Method Summary | |
|---|---|
JooSymbol |
getSymbol()
|
void |
visit(AstVisitor visitor)
|
| Methods inherited from class net.jangaroo.jooc.ast.UnaryOpExpr |
|---|
analyze, getArg, getChildren, isCompileTimeConstant, isRuntimeConstant, scope |
| 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 PrefixOpExpr(JooSymbol op,
Expr arg)
| Method Detail |
|---|
public void visit(AstVisitor visitor)
throws IOException
IOExceptionpublic JooSymbol getSymbol()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||