public abstract class Expr extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
Expr() |
| Modifier and Type | Method and Description |
|---|---|
IdeDeclaration |
getType() |
boolean |
isCompileTimeConstant() |
boolean |
isRuntimeConstant() |
void |
setType(IdeDeclaration type) |
analyze, analyze, getChildren, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic IdeDeclaration getType()
public void setType(IdeDeclaration type)
public boolean isRuntimeConstant()
public boolean isCompileTimeConstant()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.