Uses of Interface
de.grogra.reflect.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in de.grogra.reflect
Classes in de.grogra.reflect that implement AnnotationFields in de.grogra.reflect with type parameters of type AnnotationMethods in de.grogra.reflect that return AnnotationModifier and TypeMethodDescriptionClassAdapter.getDeclaredAnnotation
(int index) Member.getDeclaredAnnotation
(int index) MemberBase.getDeclaredAnnotation
(int index) MemberDecorator.getDeclaredAnnotation
(int index) static <T extends Annotation>
Annotation<T>Reflection.getDeclaredAnnotation
(Member member, Class<T> cls) XClass.getDeclaredAnnotation
(int index) Method.getParameterAnnotation
(int param, int index) Methods in de.grogra.reflect that return types with arguments of type AnnotationModifier and TypeMethodDescriptionXClass.getDeclaredAnnotations()
XField.getDeclaredAnnotations()
-
Uses of Annotation in de.grogra.rgg.model
Methods in de.grogra.rgg.model that return types with arguments of type AnnotationModifier and TypeMethodDescriptionprotected ObjectList<Annotation>
RGGFilter.getEnclosingAnnotations()
protected ObjectList<Annotation>
XLFilter.getEnclosingAnnotations()
-
Uses of Annotation in de.grogra.xl.compiler
Fields in de.grogra.xl.compiler declared as AnnotationMethods in de.grogra.xl.compiler that return AnnotationModifier and TypeMethodDescription<T extends Annotation>
Annotation<T>CompilerBase.getAnnotation
(Member member, Class<T> cls, boolean inherited) XMethod.getDeclaredAnnotation
(int index) InheritedMethod.getParameterAnnotation
(int param, int index) ShiftedMethod.getParameterAnnotation
(int param, int index) XMethod.getParameterAnnotation
(int param, int index) Methods in de.grogra.xl.compiler with parameters of type AnnotationModifier and TypeMethodDescriptionfinal CompilationUnitScope
Compiler.compilationUnit
(antlr.collections.AST _t, ClassPath cpath, Scope imports, Annotation[] annotations, String source, CClass shell) protected CompilationUnitScope
Compiler.compile
(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) protected abstract CompilationUnitScope
CompilerBase.compile
(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) Method parameters in de.grogra.xl.compiler with type arguments of type AnnotationModifier and TypeMethodDescriptionfinal long
Compiler.modifiers
(antlr.collections.AST _t, long allowed, long implicit, long incompatibleWithAbstract, List<Annotation> annots, Scope scope) Constructor parameters in de.grogra.xl.compiler with type arguments of type AnnotationModifierConstructorDescriptionCompilationUnit
(ClassPath classPath, antlr.collections.AST tree, String source, RecognitionExceptionList problems, Scope defaultImports, CompilerOptions options, Collection<Annotation> annotations) -
Uses of Annotation in de.grogra.xl.compiler.pattern
Methods in de.grogra.xl.compiler.pattern that return Annotation -
Uses of Annotation in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return AnnotationModifier and TypeMethodDescriptionCompilationUnitScope.getDeclaredAnnotation
(int index) Package.getDeclaredAnnotation
(int index) Methods in de.grogra.xl.compiler.scope that return types with arguments of type AnnotationMethods in de.grogra.xl.compiler.scope with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
CompilationUnitScope.setAnnotations
(Annotation[] annotations) Method parameters in de.grogra.xl.compiler.scope with type arguments of type Annotation