net.jangaroo.jooc
Class Type

java.lang.Object
  extended by net.jangaroo.jooc.NodeImplBase
      extended by net.jangaroo.jooc.Type
Direct Known Subclasses:
IdeType

public abstract class Type
extends NodeImplBase

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
Type()
           
 
Method Summary
 JooSymbol getSymbol()
           
 IdeDeclaration resolveDeclaration()
          Resolve this type to the underlying Class or PredefinedType declaration
 void scope(Scope scope)
           
 
Methods inherited from class net.jangaroo.jooc.NodeImplBase
analyze, analyze, generateAsApiCode, generateCode, generateJsCode, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

resolveDeclaration

public IdeDeclaration resolveDeclaration()
Resolve this type to the underlying Class or PredefinedType declaration


getSymbol

public JooSymbol getSymbol()

scope

public void scope(Scope scope)


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