net.jangaroo.jooc.ast
Class DotExpr

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Expr
          extended by net.jangaroo.jooc.ast.OpExpr
              extended by net.jangaroo.jooc.ast.UnaryOpExpr
                  extended by net.jangaroo.jooc.ast.PostfixOpExpr
                      extended by net.jangaroo.jooc.ast.DotExpr
All Implemented Interfaces:
AstNode, CodeGenerator

public class DotExpr
extends PostfixOpExpr

Author:
Andreas Gawecki, Frank Wienberg

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
DotExpr(Expr expr, JooSymbol symDot, Ide ide)
           
 
Method Summary
 void analyze(AstNode parentNode)
           
 Ide getIde()
           
 void scope(Scope scope)
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.PostfixOpExpr
getSymbol
 
Methods inherited from class net.jangaroo.jooc.ast.UnaryOpExpr
getArg, isCompileTimeConstant
 
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, generate, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotExpr

public DotExpr(Expr expr,
               JooSymbol symDot,
               Ide ide)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Specified by:
visit in interface AstNode
Overrides:
visit in class PostfixOpExpr
Throws:
IOException

getIde

public Ide getIde()

scope

public void scope(Scope scope)
Specified by:
scope in interface AstNode
Overrides:
scope in class UnaryOpExpr

analyze

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


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