Uses of Class
org.codehaus.janino.util.ClassFile.Annotation
Packages that use ClassFile.Annotation
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of ClassFile.Annotation in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type ClassFile.AnnotationModifier and TypeMethodDescriptionprivate IClass.IAnnotation
ClassFileIClass.toIAnnotation
(ClassFile.Annotation annotation) private IClass.IAnnotation[]
ClassFileIClass.toIAnnotations
(ClassFile.Annotation[] annotations) -
Uses of ClassFile.Annotation in org.codehaus.janino.util
Fields in org.codehaus.janino.util with type parameters of type ClassFile.AnnotationModifier and TypeFieldDescriptionprivate final List<ClassFile.Annotation>
ClassFile.AnnotationsAttribute.annotations
Methods in org.codehaus.janino.util that return ClassFile.AnnotationModifier and TypeMethodDescriptionAnnotatable.getAnnotations
(boolean runtimeVisible) ClassFile.FieldInfo.getAnnotations
(boolean runtimeVisible) ClassFile.getAnnotations
(boolean runtimeVisible) ClassFile.MethodInfo.getAnnotations
(boolean runtimeVisible) private static ClassFile.Annotation
ClassFile.AnnotationsAttribute.loadAnnotation
(DataInputStream dis) Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.AnnotationMethods in org.codehaus.janino.util with parameters of type ClassFile.AnnotationModifier and TypeMethodDescriptionClassFile.ElementValue.Visitor.visitAnnotation
(ClassFile.Annotation subject) Constructors in org.codehaus.janino.util with parameters of type ClassFile.AnnotationModifierConstructorDescription(package private)
AnnotationsAttribute
(short attributeNameIndex, ClassFile.Annotation[] annotations)