| Package | Description |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend | |
| net.jangaroo.jooc.mxml |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Declaration.getAnnotation(String name) |
Annotation |
AnnotationParameter.getParentAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
CompilationUnit.getAnnotations() |
List<Annotation> |
Declaration.getAnnotations() |
List<Annotation> |
AnnotationsAndModifiers.getAnnotations() |
List<Annotation> |
Declaration.getAnnotations(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationParameter.setParentAnnotation(Annotation parentAnnotation) |
void |
AstVisitor.visitAnnotation(Annotation annotation) |
void |
AstVisitorBase.visitAnnotation(Annotation annotation) |
void |
TransitiveAstVisitor.visitAnnotation(Annotation annotation) |
| Constructor and Description |
|---|
AnnotationsAndModifiers(List<Annotation> annotations,
List<JooSymbol> modifiers) |
Declaration(List<Annotation> annotations,
JooSymbol[] modifiers) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsCodeGenerator.visitAnnotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
MxmlParserHelper.parseMetadata(JooSymbol symbol) |
Copyright © 2002–2017 CoreMedia AG. All rights reserved.