Uses of Class
net.jangaroo.jooc.ast.Type

Packages that use Type
net.jangaroo.jooc.ast   
net.jangaroo.jooc.backend   
 

Uses of Type in net.jangaroo.jooc.ast
 

Fields in net.jangaroo.jooc.ast declared as Type
static Type FunctionExpr.ANY_TYPE
           
 

Methods in net.jangaroo.jooc.ast that return Type
 Type ClassDeclaration.getSuperType()
           
 Type ClassDeclaration.getThisType()
           
 Type TypeRelation.getType()
           
 Type IdeWithTypeParam.getType()
           
 Type VectorLiteral.getVectorType()
           
 

Methods in net.jangaroo.jooc.ast with parameters of type Type
 void AstVisitorBase.visitType(Type type)
           
 void AstVisitor.visitType(Type type)
           
 

Constructors in net.jangaroo.jooc.ast with parameters of type Type
IdeWithTypeParam(JooSymbol ide, JooSymbol symDotLt, Type type, JooSymbol symGt)
           
TypeRelation(JooSymbol symRelation, Type type)
           
VectorLiteral(JooSymbol symNew, JooSymbol symLt, Type type, JooSymbol symGt, ArrayLiteral arrayLiteral)
           
 

Uses of Type in net.jangaroo.jooc.backend
 

Methods in net.jangaroo.jooc.backend with parameters of type Type
 void JsCodeGenerator.visitType(Type type)
           
 void ApiCodeGenerator.visitType(Type type)
           
 



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