Uses of Class
net.jangaroo.jooc.ast.TypedIdeDeclaration
-
Packages that use TypedIdeDeclaration Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of TypedIdeDeclaration in net.jangaroo.jooc.ast
Subclasses of TypedIdeDeclaration in net.jangaroo.jooc.ast Modifier and Type Class Description classFunctionDeclarationclassPropertyDeclarationVirtual AST node that is created to aggregate a complementing get and set accessor.classVariableDeclarationMethods in net.jangaroo.jooc.ast that return TypedIdeDeclaration Modifier and Type Method Description TypedIdeDeclarationClassDeclaration. getMemberDeclaration(String memberName)TypedIdeDeclarationPredefinedTypeDeclaration. getMemberDeclaration(String memberName)abstract TypedIdeDeclarationTypeDeclaration. getMemberDeclaration(String memberName)TypedIdeDeclarationClassDeclaration. getStaticMemberDeclaration(String memberName)TypedIdeDeclarationPredefinedTypeDeclaration. getStaticMemberDeclaration(String memberName)abstract TypedIdeDeclarationTypeDeclaration. getStaticMemberDeclaration(String memberName)Methods in net.jangaroo.jooc.ast that return types with arguments of type TypedIdeDeclaration Modifier and Type Method Description Collection<TypedIdeDeclaration>ClassDeclaration. getMembers()Map<String,TypedIdeDeclaration>ClassDeclaration. getStaticMembers()Methods in net.jangaroo.jooc.ast with parameters of type TypedIdeDeclaration Modifier and Type Method Description voidClassDeclaration. registerMember(TypedIdeDeclaration memberDeclaration) -
Uses of TypedIdeDeclaration in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend that return TypedIdeDeclaration Modifier and Type Method Description protected TypedIdeDeclarationCodeGeneratorBase. findMemberWithBindableAnnotation(Ide qIde, MethodType methodType, TypeDeclaration typeDeclaration)protected TypedIdeDeclarationCodeGeneratorBase. lookupPropertyDeclaration(TypeDeclaration classDeclaration, String memberName, MethodType methodType)Methods in net.jangaroo.jooc.backend with parameters of type TypedIdeDeclaration Modifier and Type Method Description protected static Map<String,Object>CodeGeneratorBase. getBindablePropertiesByName(TypedIdeDeclaration member)protected static StringCodeGeneratorBase. getBindablePropertyName(MethodType methodType, TypedIdeDeclaration member)
-