Uses of Class
net.jangaroo.jooc.ast.TypeDeclaration
-
Packages that use TypeDeclaration Package Description net.jangaroo.jooc net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.types -
-
Uses of TypeDeclaration in net.jangaroo.jooc
Methods in net.jangaroo.jooc that return TypeDeclaration Modifier and Type Method Description static TypeDeclarationAbstractScope. findArrayElementTypeInSuperTypes(IdeDeclaration declaration)TypeDeclarationJangarooParser. getAnyType()TypeDeclarationJangarooParser. getVoidType() -
Uses of TypeDeclaration in net.jangaroo.jooc.ast
Subclasses of TypeDeclaration in net.jangaroo.jooc.ast Modifier and Type Class Description classClassDeclarationclassPredefinedTypeDeclarationMethods in net.jangaroo.jooc.ast that return TypeDeclaration Modifier and Type Method Description TypeDeclarationType. getDeclaration()TypeDeclarationType. getDeclaration(boolean errorIfUndeclared)TypeDeclarationType. resolveDeclaration() -
Uses of TypeDeclaration in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type TypeDeclaration Modifier and Type Method Description protected TypedIdeDeclarationCodeGeneratorBase. findMemberWithBindableAnnotation(Ide qIde, MethodType methodType, TypeDeclaration typeDeclaration) -
Uses of TypeDeclaration in net.jangaroo.jooc.types
Methods in net.jangaroo.jooc.types that return TypeDeclaration Modifier and Type Method Description TypeDeclarationExpressionType. getDeclaration()Constructors in net.jangaroo.jooc.types with parameters of type TypeDeclaration Constructor Description ExpressionType(TypeDeclaration declaration)ExpressionType(TypeDeclaration declaration, ExpressionType typeParameter)FunctionSignature(TypeDeclaration functionType, MethodType methodType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)
-