Uses of Class
net.jangaroo.jooc.ast.Annotation
-
Packages that use Annotation Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.mxml -
-
Uses of Annotation in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast that return Annotation Modifier and Type Method Description AnnotationDeclaration. getAnnotation(String name)AnnotationAnnotationParameter. getParentAnnotation()Methods in net.jangaroo.jooc.ast that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>AnnotationsAndModifiers. getAnnotations()List<Annotation>CompilationUnit. getAnnotations()List<Annotation>Declaration. getAnnotations()List<Annotation>Declaration. getAnnotations(String name)Methods in net.jangaroo.jooc.ast with parameters of type Annotation Modifier and Type Method Description voidAnnotationParameter. setParentAnnotation(Annotation parentAnnotation)voidAstVisitor. visitAnnotation(Annotation annotation)voidAstVisitorBase. visitAnnotation(Annotation annotation)voidTransitiveAstVisitor. visitAnnotation(Annotation annotation)Constructor parameters in net.jangaroo.jooc.ast with type arguments of type Annotation Constructor Description AnnotationsAndModifiers(List<Annotation> annotations, List<JooSymbol> modifiers)Declaration(List<Annotation> annotations, JooSymbol[] modifiers) -
Uses of Annotation in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type Annotation Modifier and Type Method Description protected static ObjectModuleResolverBase. getAnnotationParameterValue(Annotation nativeAnnotation, String name, Object defaultValue)protected StringModuleResolverBase. getNativeAnnotationRequireValue(Annotation nativeAnnotation)protected StringTypeScriptModuleResolver. getNativeAnnotationRequireValue(Annotation nativeAnnotation)static StringModuleResolverBase. getNativeAnnotationValue(Annotation nativeAnnotation)voidCodeGeneratorBase. visitAnnotation(Annotation annotation)voidJsCodeGenerator. visitAnnotation(Annotation annotation)voidTypeScriptCodeGenerator. visitAnnotation(Annotation annotation) -
Uses of Annotation in net.jangaroo.jooc.mxml
Methods in net.jangaroo.jooc.mxml that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>MxmlParserHelper. parseMetadata(JooSymbol symbol)
-