net.jangaroo.jooc
Class Extends

java.lang.Object
  extended by net.jangaroo.jooc.NodeImplBase
      extended by net.jangaroo.jooc.Extends

public class Extends
extends NodeImplBase

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
Extends(JooSymbol extds, Ide superClass)
           
 
Method Summary
 net.jangaroo.jooc.AstNode analyze(net.jangaroo.jooc.AstNode parentNode, AnalyzeContext context)
           
protected  void generateJsCode(JsWriter out)
           
 JooSymbol getSymbol()
           
 void scope(Scope scope)
           
 
Methods inherited from class net.jangaroo.jooc.NodeImplBase
analyze, generateAsApiCode, generateCode, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extends

public Extends(JooSymbol extds,
               Ide superClass)
Method Detail

scope

public void scope(Scope scope)

analyze

public net.jangaroo.jooc.AstNode analyze(net.jangaroo.jooc.AstNode parentNode,
                                         AnalyzeContext context)
Overrides:
analyze in class NodeImplBase

generateJsCode

protected void generateJsCode(JsWriter out)
                       throws IOException
Specified by:
generateJsCode in class NodeImplBase
Throws:
IOException

getSymbol

public JooSymbol getSymbol()


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