Uses of Interface
de.grogra.reflect.Annotation
Package
Description
-
Uses of Annotation in de.grogra.reflect
Modifier 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) Modifier and TypeMethodDescriptionXClass.getDeclaredAnnotations()
XField.getDeclaredAnnotations()
-
Uses of Annotation in de.grogra.rgg.model
Modifier and TypeMethodDescriptionprotected ObjectList<Annotation>
RGGFilter.getEnclosingAnnotations()
protected ObjectList<Annotation>
XLFilter.getEnclosingAnnotations()
-
Uses of Annotation in de.grogra.xl.compiler
Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionfinal long
Compiler.modifiers
(antlr.collections.AST _t, long allowed, long implicit, long incompatibleWithAbstract, List<Annotation> annots, Scope scope) ModifierConstructorDescriptionCompilationUnit
(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
-
Uses of Annotation in de.grogra.xl.compiler.scope
Modifier and TypeMethodDescriptionCompilationUnitScope.getDeclaredAnnotation
(int index) Package.getDeclaredAnnotation
(int index) Modifier and TypeMethodDescriptionvoid
CompilationUnitScope.setAnnotations
(Annotation[] annotations)