Uses of Class
org.fife.rsta.ac.java.rjc.lang.Annotation
-
Packages that use Annotation Package Description org.fife.rsta.ac.java.rjc.ast Nodes making an abstract syntax tree for Java code.org.fife.rsta.ac.java.rjc.lang Classes representing Java language constructs.org.fife.rsta.ac.java.rjc.parser 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 Annotation Modifier and Type Field Description private java.util.List<Annotation>CompilationUnit. annotationsprivate java.util.List<Annotation>FormalParameter. annotationsMethods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type Annotation Modifier and Type Method Description java.util.Iterator<Annotation>CompilationUnit. getAnnotationIterator()Constructor parameters in org.fife.rsta.ac.java.rjc.ast with type arguments of type Annotation Constructor Description FormalParameter(Scanner s, boolean isFinal, Type type, int offs, java.lang.String name, java.util.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 Annotation Modifier and Type Field Description private java.util.List<Annotation>Modifiers. annotationsMethods in org.fife.rsta.ac.java.rjc.lang with parameters of type Annotation Modifier and Type Method Description voidModifiers. 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 Annotation Modifier and Type Method Description private AnnotationASTFactory. getAnnotation(CompilationUnit cu, Scanner s)Assumes t is the actual '@foobar' annotation token.
-