net.jangaroo.jooc.ast
Class Implements

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

public class Implements
extends NodeImplBase

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
Implements(JooSymbol symImplements, CommaSeparatedList<Ide> superTypes)
           
 
Method Summary
 void analyze(AstNode parentNode)
           
 CommaSeparatedList<Ide> getSuperTypes()
           
 JooSymbol getSymbol()
           
 JooSymbol getSymImplements()
           
 void scope(Scope scope)
           
 void visit(AstVisitor visitor)
           
 
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

Implements

public Implements(JooSymbol symImplements,
                  CommaSeparatedList<Ide> superTypes)
Method Detail

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()

getSymImplements

public JooSymbol getSymImplements()

getSuperTypes

public CommaSeparatedList<Ide> getSuperTypes()


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