Uses of Class
org.fife.rsta.ac.java.rjc.lang.Annotation
Packages that use Annotation
Package
Description
Nodes making an abstract syntax tree for Java code.
Classes representing Java language constructs.
A parser for Java source code.
-
Uses of Annotation in org.fife.rsta.ac.java.rjc.ast
Fields in org.fife.rsta.ac.java.rjc.ast with type parameters of type AnnotationModifier and TypeFieldDescriptionprivate List<Annotation> CompilationUnit.annotationsprivate List<Annotation> FormalParameter.annotationsMethods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type AnnotationConstructor parameters in org.fife.rsta.ac.java.rjc.ast with type arguments of type AnnotationModifierConstructorDescriptionFormalParameter(Scanner s, boolean isFinal, Type type, int offs, String name, List<Annotation> annotations) -
Uses of Annotation in org.fife.rsta.ac.java.rjc.lang
Fields in org.fife.rsta.ac.java.rjc.lang with type parameters of type AnnotationMethods in org.fife.rsta.ac.java.rjc.lang with parameters of type AnnotationModifier and TypeMethodDescriptionvoidModifiers.addAnnotation(Annotation annotation) Adds an annotation to this set of modifiers. -
Uses of Annotation in org.fife.rsta.ac.java.rjc.parser
Methods in org.fife.rsta.ac.java.rjc.parser that return AnnotationModifier and TypeMethodDescriptionprivate AnnotationASTFactory.getAnnotation(CompilationUnit cu, Scanner s) Assumes t is the actual '@foobar' annotation token.