Uses of Class
net.jangaroo.jooc.ast.Type
-
Packages that use Type Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.types -
-
Uses of Type in net.jangaroo.jooc.ast
Fields in net.jangaroo.jooc.ast declared as Type Modifier and Type Field Description static TypeFunctionExpr. ANY_TYPEMethods in net.jangaroo.jooc.ast that return Type Modifier and Type Method Description TypeClassDeclaration. getSuperType()TypeClassDeclaration. getThisType()TypeIdeWithTypeParam. getType()TypeTypeRelation. getType()TypeVectorLiteral. getVectorType()Methods in net.jangaroo.jooc.ast with parameters of type Type Modifier and Type Method Description voidAstVisitor. visitType(Type type)voidAstVisitorBase. visitType(Type type)voidTransitiveAstVisitor. visitType(Type type)Constructors in net.jangaroo.jooc.ast with parameters of type Type Constructor Description 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 Modifier and Type Method Description voidCodeGeneratorBase. visitType(Type type)voidTypeScriptCodeGenerator. visitType(Type type) -
Uses of Type in net.jangaroo.jooc.types
Methods in net.jangaroo.jooc.types that return Type Modifier and Type Method Description TypeExpressionType. getType()Constructors in net.jangaroo.jooc.types with parameters of type Type Constructor Description ExpressionType(Type type)
-