net.jangaroo.jooc.ast
Class IdeExpr

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Expr
          extended by net.jangaroo.jooc.ast.IdeExpr
All Implemented Interfaces:
AstNode, CodeGenerator

public class IdeExpr
extends Expr

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
IdeExpr(Ide ide)
           
IdeExpr(JooSymbol symIde)
           
 
Method Summary
 void analyze(AstNode parentNode)
           
static IdeExpr fromPrefix(JooSymbol symPrefix, JooSymbol symDot, Ide ide)
           
 Ide getIde()
           
 JooSymbol getSymbol()
           
 boolean isCompileTimeConstant()
           
 void scope(Scope scope)
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, setType
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, generate, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeExpr

public IdeExpr(JooSymbol symIde)

IdeExpr

public IdeExpr(Ide ide)
Method Detail

fromPrefix

public static IdeExpr fromPrefix(JooSymbol symPrefix,
                                 JooSymbol symDot,
                                 Ide ide)

visit

public void visit(AstVisitor visitor)
           throws IOException
Throws:
IOException

scope

public void scope(Scope scope)

analyze

public void analyze(AstNode parentNode)
Specified by:
analyze in interface AstNode
Overrides:
analyze in class NodeImplBase

getSymbol

public JooSymbol getSymbol()

isCompileTimeConstant

public boolean isCompileTimeConstant()
Overrides:
isCompileTimeConstant in class Expr

getIde

public Ide getIde()


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.