NodeImplBase.ScopedusesInstanceThis| Constructor and Description |
|---|
LiteralExpr(JooSymbol value) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
JooSymbol |
getSymbol() |
JooSymbol |
getValue() |
boolean |
isCompileTimeConstant() |
boolean |
isRuntimeConstant() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
LiteralExpr |
withStringValue(String newValue) |
getType, isOfAS3Type, isStandAloneConstant, setTypeanalyze, getChildren, getParentNode, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScopepublic LiteralExpr(JooSymbol value)
public void visit(AstVisitor visitor) throws IOException
IOExceptionpublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic JooSymbol getSymbol()
public boolean isRuntimeConstant()
isRuntimeConstant in class Exprpublic boolean isCompileTimeConstant()
isCompileTimeConstant in class Exprpublic JooSymbol getValue()
public LiteralExpr withStringValue(String newValue)
Copyright © 2002–2021 CoreMedia AG. All rights reserved.