net.jangaroo.jooc.ast
Class LiteralExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.LiteralExpr
- All Implemented Interfaces:
- AstNode
public class LiteralExpr
- extends Expr
- Author:
- Andreas Gawecki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralExpr
public LiteralExpr(JooSymbol value)
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
scope
public void scope(Scope scope)
getSymbol
public JooSymbol getSymbol()
isRuntimeConstant
public boolean isRuntimeConstant()
- Overrides:
isRuntimeConstant in class Expr
isCompileTimeConstant
public boolean isCompileTimeConstant()
- Overrides:
isCompileTimeConstant in class Expr
getValue
public JooSymbol getValue()
setValue
public void setValue(JooSymbol value)
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.