- accept(SourceLocation) - Method in interface org.codehaus.backport175.compiler.MessageHandler
-
Handles an accepted compiled annotation
- accept(SourceLocation) - Method in class org.codehaus.backport175.compiler.MessageHandler.PrintWriter
-
- add_escapes(String) - Method in exception org.codehaus.backport175.compiler.parser.ast.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII
string literal.
- addClassLoaderToSearchPath(ClassLoader) - Method in class org.codehaus.backport175.compiler.javadoc.JavaDocParser
-
Adds the given ClassLoader to the search path
- addElement(String, Object) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Annotation
-
- addElement(String, Object) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Array
-
- addElement(String, Object) - Method in interface org.codehaus.backport175.reader.bytecode.AnnotationElement.NestedAnnotationElement
-
- addEscapes(String) - Static method in error org.codehaus.backport175.compiler.parser.ast.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- addFileset(FileSet) - Method in class org.codehaus.backport175.compiler.task.AnnotationCTask
-
- addSource(String) - Method in class org.codehaus.backport175.compiler.javadoc.JavaDocParser
-
Adds a source file.
- addSourceTrees(String[]) - Method in class org.codehaus.backport175.compiler.javadoc.JavaDocParser
-
Adds a source tree to the builder.
- adjustBeginLineColumn(int, int) - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- Annotation() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
Annotation.
- ANNOTATION - Static variable in interface org.codehaus.backport175.compiler.parser.ast.AnnotationParserConstants
-
- Annotation - Interface in org.codehaus.backport175.reader
-
Marker interface for all reader dynamic proxy implementations.
- ANNOTATION - Static variable in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Type
-
- AnnotationC - Class in org.codehaus.backport175.compiler
-
- AnnotationCTask - Class in org.codehaus.backport175.compiler.task
-
AnnotationC Ant task.
- AnnotationCTask() - Constructor for class org.codehaus.backport175.compiler.task.AnnotationCTask
-
- AnnotationElement - Class in org.codehaus.backport175.reader.bytecode
-
Abstractions for the different reader elements.
- AnnotationElement() - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationElement
-
- AnnotationElement.Annotation - Class in org.codehaus.backport175.reader.bytecode
-
Abstraction for the annotation element type.
- AnnotationElement.Annotation(String) - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationElement.Annotation
-
- AnnotationElement.Array - Class in org.codehaus.backport175.reader.bytecode
-
Abstraction for the array element type.
- AnnotationElement.Array() - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationElement.Array
-
- AnnotationElement.Enum - Class in org.codehaus.backport175.reader.bytecode
-
Abstraction for the enum (Java 5 enum) element type.
- AnnotationElement.Enum(String, String) - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationElement.Enum
-
- AnnotationElement.NamedValue - Class in org.codehaus.backport175.reader.bytecode
-
Abstraction for the named value type.
- AnnotationElement.NamedValue(String, Object) - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationElement.NamedValue
-
- AnnotationElement.NestedAnnotationElement - Interface in org.codehaus.backport175.reader.bytecode
-
Interface for the nested annotation element type.
- AnnotationElement.Type - Class in org.codehaus.backport175.reader.bytecode
-
Enum for the different annotation element types.
- AnnotationEnhancer - Class in org.codehaus.backport175.compiler.bytecode
-
Enhances the target class with the JavaDoc annotations by putting them in the class bytecode as Java 5 java.lang.reader.RetentionPolicy.RUNTIME
annotations.
- AnnotationEnhancer(MessageHandler) - Constructor for class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Constructor
- AnnotationInterfaceRepository - Class in org.codehaus.backport175.compiler
-
Manages the reader interface and their mappings to aliases (if there is an alias else the regular classname).
- AnnotationInterfaceRepository(MessageHandler) - Constructor for class org.codehaus.backport175.compiler.AnnotationInterfaceRepository
-
Creates a new interface repository.
- AnnotationParser - Class in org.codehaus.backport175.compiler.parser
-
The annotation visitor.
- AnnotationParser - Class in org.codehaus.backport175.compiler.parser.ast
-
The annotation parser.
- AnnotationParser(InputStream) - Constructor for class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- AnnotationParser(Reader) - Constructor for class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- AnnotationParser(AnnotationParserTokenManager) - Constructor for class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- AnnotationParserConstants - Interface in org.codehaus.backport175.compiler.parser.ast
-
- AnnotationParserTokenManager - Class in org.codehaus.backport175.compiler.parser.ast
-
- AnnotationParserTokenManager(SimpleCharStream) - Constructor for class org.codehaus.backport175.compiler.parser.ast.AnnotationParserTokenManager
-
- AnnotationParserTokenManager(SimpleCharStream, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.AnnotationParserTokenManager
-
- AnnotationParserTreeConstants - Interface in org.codehaus.backport175.compiler.parser.ast
-
- AnnotationParserVisitor - Interface in org.codehaus.backport175.compiler.parser.ast
-
- AnnotationReader - Class in org.codehaus.backport175.reader.bytecode
-
Reads Java 5 java.lang.annotation.RetentionPolicy.RUNTIME
annotations from the class' bytecode.
- AnnotationReader.ClassKey - Class in org.codehaus.backport175.reader.bytecode
-
Contains info about the class being parsed.
- AnnotationReader.ClassKey(String, ClassLoader) - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationReader.ClassKey
-
- AnnotationReader.MemberKey - Class in org.codehaus.backport175.reader.bytecode
-
Unique key for class members (methods, fields and constructors) to be used in hash maps etc.
- AnnotationReader.MemberKey(String, String) - Constructor for class org.codehaus.backport175.reader.bytecode.AnnotationReader.MemberKey
-
- Annotations - Class in org.codehaus.backport175.reader
-
Helper class for reader retrieval of strongly typed JavaDoc annotations (as well as regular Java 5 java.lang.reader.RetentionPolicy.RUNTIME
annotations when running Java 1.5.x).
- Annotations() - Constructor for class org.codehaus.backport175.reader.Annotations
-
- annotationType() - Method in interface org.codehaus.backport175.reader.Annotation
-
Returns the annotation type, e.g.
- AnnotationValidationException - Exception in org.codehaus.backport175.compiler.parser
-
Thrown when error in the validation of the values of the annotations.
- AnnotationValidationException(String) - Constructor for exception org.codehaus.backport175.compiler.parser.AnnotationValidationException
-
Sets the message for the exception.
- AnnotationValidationException(String, SourceLocation) - Constructor for exception org.codehaus.backport175.compiler.parser.AnnotationValidationException
-
Sets the message and location for the exception.
- AnnotationValidationException(String, Throwable) - Constructor for exception org.codehaus.backport175.compiler.parser.AnnotationValidationException
-
Sets the message for the exception and the original exception being wrapped.
- AnnotationValidator - Class in org.codehaus.backport175.compiler.parser
-
Validates that the type for an annotation value that has been parsed is the correct type, e.g.
- AnnotationValidator() - Constructor for class org.codehaus.backport175.compiler.parser.AnnotationValidator
-
- Array() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
Array.
- ARRAY - Static variable in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Type
-
- ASTAnnotation - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTAnnotation(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTAnnotation
-
- ASTAnnotation(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTAnnotation
-
- ASTArray - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTArray(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTArray
-
- ASTArray(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTArray
-
- ASTBoolean - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTBoolean(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTBoolean
-
- ASTBoolean(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTBoolean
-
- ASTChar - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTChar(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTChar
-
- ASTChar(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTChar
-
- ASTFloat - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTFloat(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTFloat
-
- ASTFloat(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTFloat
-
- ASTHex - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTHex(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTHex
-
- ASTHex(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTHex
-
- ASTIdentifier - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTIdentifier(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTIdentifier
-
- ASTIdentifier(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTIdentifier
-
- ASTInteger - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTInteger(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTInteger
-
- ASTInteger(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTInteger
-
- ASTKeyValuePair - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTKeyValuePair(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTKeyValuePair
-
- ASTKeyValuePair(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTKeyValuePair
-
- ASTOct - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTOct(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTOct
-
- ASTOct(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTOct
-
- ASTRoot - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTRoot(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTRoot
-
- ASTRoot(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTRoot
-
- ASTString - Class in org.codehaus.backport175.compiler.parser.ast
-
- ASTString(int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTString
-
- ASTString(AnnotationParser, int) - Constructor for class org.codehaus.backport175.compiler.parser.ast.ASTString
-
- AT - Static variable in interface org.codehaus.backport175.compiler.parser.ast.AnnotationParserConstants
-
- generateParseException() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- getAnnnotationClassName() - Method in class org.codehaus.backport175.compiler.SourceLocation
-
- getAnnotation(Class, Class) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return the annotation with a specific name for a specific class.
- getAnnotation(Class, Method) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return the annotation with a specific name for a specific method.
- getAnnotation(Class, Constructor) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return the annotation with a specific name for a specific constructor.
- getAnnotation(Class, Field) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return the annotation with a specific name for a specific field.
- getAnnotation(String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the class annotation with the name specified.
- getAnnotation(String, Constructor) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the constructor annotation with the name specified for the constructor specified.
- getAnnotation(String, Method) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the method annotation with the name specified for the method specified.
- getAnnotation(String, Field) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the field annotation with the name specified for the field specified.
- getAnnotationClass() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
Returns the annotation class
- getAnnotationElement(String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the class annotation element with the name specified.
- getAnnotationElements() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the class annotations.
- getAnnotationInterfaceFor(String, ClassLoader) - Method in class org.codehaus.backport175.compiler.AnnotationInterfaceRepository
-
Returns the annotation interface class for a specific annotation or NULL if the annotation name is unknown.
- getAnnotations(Class) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return all the annotations for a specific class.
- getAnnotations(Method) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return all the annotations for a specific method.
- getAnnotations(Constructor) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return all the annotations for a specific constructor.
- getAnnotations(Field) - Static method in class org.codehaus.backport175.reader.Annotations
-
Return all the annotations for a specific field.
- getAnnotations() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the class annotations.
- getAnnotations(Constructor) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the constructor annotations.
- getAnnotations(Method) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the method annotations.
- getAnnotations(Field) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the field annotations.
- getBeginColumn() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- getBeginLine() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- getBytecode(String, ClassLoader) - Method in class org.codehaus.backport175.reader.bytecode.DefaultBytecodeProvider
-
Returns the bytecode for a specific class.
- getBytecode(String, ClassLoader) - Method in interface org.codehaus.backport175.reader.bytecode.spi.BytecodeProvider
-
Returns the bytecode for a specific class.
- getBytecodeFor(String, ClassLoader) - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the bytecode for a class.
- getBytecodeProviderFor(Class) - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the bytecode provider.
- getBytecodeProviderFor(String, ClassLoader) - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the bytecode provider.
- getClassFileName() - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
- getClassLoader() - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
- getClassLoader() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader.ClassKey
-
- getClassName() - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
- getClassName() - Method in class org.codehaus.backport175.compiler.SourceLocation
-
- getClassSignature(Class) - Static method in class org.codehaus.backport175.reader.bytecode.SignatureHelper
-
Returns JVM type signature for given class.
- getColumn() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
Deprecated.
- getConstructorAnnotation(String, String, ClassLoader) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the constructor annotation with the name specified for the constructor specified.
- getConstructorAnnotationElement(String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the annotation with the name specified for the constructor specified.
- getConstructorAnnotationElements(String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the constructor annotation elements.
- getConstructorSignature(Constructor) - Static method in class org.codehaus.backport175.reader.bytecode.SignatureHelper
-
Returns JVM type signature for a constructor.
- getDefaultBytecodeProvider() - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the bytecode provider.
- getDesc() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Enum
-
- getDescForQDoxType(com.thoughtworks.qdox.model.Type) - Static method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Returns the VM desc for a QDox Type.
- getElements() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Annotation
-
- getElements() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Array
-
- getElements() - Method in interface org.codehaus.backport175.reader.bytecode.AnnotationElement.NestedAnnotationElement
-
- getElementTypeFor(Class, String) - Method in class org.codehaus.backport175.compiler.parser.AnnotationParser
-
Returns the expected type for an annotation value.
- getEnclosingClassFile() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
- getEnclosingClassName() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
- getEndColumn() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- getEndLine() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- getFieldAnnotation(String, String, String, ClassLoader) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the field annotation with the name specified for the field specified.
- getFieldAnnotationElement(String, String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the annotation with the name specified for the field specified.
- getFieldAnnotationElements(String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the field annotation elements.
- getFieldDesc(JavaField) - Static method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Returns the VM desc for a QDox field.
- getFieldSignature(Field) - Static method in class org.codehaus.backport175.reader.bytecode.SignatureHelper
-
Returns JVM type signature for a field.
- getFile() - Method in class org.codehaus.backport175.compiler.SourceLocation
-
- getIgnoredDocletNames() - Method in class org.codehaus.backport175.compiler.AnnotationInterfaceRepository
-
Return the set of ignored doclet names - like f.e.
- GetImage() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- getInterfaceName() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Annotation
-
- getJavaClasses() - Method in class org.codehaus.backport175.compiler.javadoc.JavaDocParser
-
Returns all classes.
- getKey() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTKeyValuePair
-
- getLine() - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
Deprecated.
- getLine() - Method in class org.codehaus.backport175.compiler.SourceLocation
-
- getLineNumber() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
- getLocation() - Method in exception org.codehaus.backport175.compiler.CompilerException
-
Returns the source location for the exception.
- getMessage() - Method in exception org.codehaus.backport175.compiler.parser.ast.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error org.codehaus.backport175.compiler.parser.ast.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethodAnnotation(String, String, String, ClassLoader) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the method annotation with the name specified for the method specified.
- getMethodAnnotationElement(String, String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the method annotation with the name specified for the method specified.
- getMethodAnnotationElements(String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns all the method annotation elements.
- getMethodDesc(JavaMethod) - Static method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Returns the VM desc for a QDox method.
- getMethodSignature(Method) - Static method in class org.codehaus.backport175.reader.bytecode.SignatureHelper
-
Returns JVM type signature for a method.
- getName() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
Returns the annotation name (which is the FQN of the annotation interface).
- getName() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.NamedValue
-
- getName() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader.ClassKey
-
- getNextToken() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- getNextToken() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParserTokenManager
-
- getRawAnnotation(Class, String, DocletTag, String, String) - Static method in class org.codehaus.backport175.compiler.javadoc.JavaDocParser
-
Extract the raw information of the annotation, the "content" inside the parenthesis).
- getReaderFor(Class) - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the annotation reader for the class specified.
- getReaderFor(String, ClassLoader) - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the annotation reader for the class specified.
- getReaderFor(AnnotationReader.ClassKey) - Static method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Returns the annotation reader for the class specified.
- getResolvedValue() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.NamedValue
-
- GetSuffix(int) - Static method in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- getToken(int) - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- getType() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.NamedValue
-
- getValue() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
Returns the annotation "content".
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTBoolean
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTChar
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTFloat
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTHex
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTIdentifier
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTInteger
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTOct
-
- getValue() - Method in class org.codehaus.backport175.compiler.parser.ast.ASTString
-
- getValue() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Enum
-
- getValue() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.NamedValue
-
- id - Variable in class org.codehaus.backport175.compiler.parser.ast.SimpleNode
-
- Identifier() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
Identifier.
- image - Variable in class org.codehaus.backport175.compiler.parser.ast.Token
-
The string image of the token.
- inBuf - Static variable in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- info(String) - Method in interface org.codehaus.backport175.compiler.MessageHandler
-
Handles an information message
- info(String) - Method in class org.codehaus.backport175.compiler.MessageHandler.PrintWriter
-
- initialize(String, URL[]) - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Initializes the enhancer.
- initialize(String, ClassLoader) - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Initializes the enhancer.
- input_stream - Static variable in class org.codehaus.backport175.compiler.parser.ast.AnnotationParserTokenManager
-
- inputStream - Static variable in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- insertClassAnnotation(RawAnnotation) - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Inserts an annotation on class level.
- insertConstructorAnnotation(JavaMethod, RawAnnotation) - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Inserts an annotation on constructor level.
- insertFieldAnnotation(JavaField, RawAnnotation) - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Inserts an annotation on field level.
- insertMethodAnnotation(JavaMethod, RawAnnotation) - Method in class org.codehaus.backport175.compiler.bytecode.AnnotationEnhancer
-
Inserts an annotation on method level.
- InstrumentationException - Exception in org.codehaus.backport175.compiler.bytecode
-
Thrown when error in parsing of the bytecode.
- InstrumentationException(String) - Constructor for exception org.codehaus.backport175.compiler.bytecode.InstrumentationException
-
Sets the message for the exception.
- InstrumentationException(String, Throwable) - Constructor for exception org.codehaus.backport175.compiler.bytecode.InstrumentationException
-
Sets the message for the exception and the original exception being wrapped.
- Integer() - Static method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
Integer.
- INTEGER - Static variable in interface org.codehaus.backport175.compiler.parser.ast.AnnotationParserConstants
-
- INTEGER - Static variable in class org.codehaus.backport175.reader.bytecode.AnnotationElement.Type
-
- invoke(Object, Method, Object[]) - Method in class org.codehaus.backport175.reader.proxy.JavaDocAnnotationInvocationHander
-
The proxy invoke method, dispatches to the target method being invoked.
- isAnnotationDefaultValue() - Method in class org.codehaus.backport175.compiler.javadoc.RawAnnotation
-
Returns true if the annotation represents an annotation default value
- isAnnotationPresent(Class, Class) - Static method in class org.codehaus.backport175.reader.Annotations
-
Checks if an annotation is present at a specific class.
- isAnnotationPresent(Class, Method) - Static method in class org.codehaus.backport175.reader.Annotations
-
Checks if an annotation is present at a specific method.
- isAnnotationPresent(Class, Constructor) - Static method in class org.codehaus.backport175.reader.Annotations
-
Checks if an annotation is present at a specific method.
- isAnnotationPresent(Class, Field) - Static method in class org.codehaus.backport175.reader.Annotations
-
Checks if an annotation is present at a specific field.
- isAnnotationPresent(String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific class.
- isAnnotationPresent(String, Constructor) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific constructor.
- isAnnotationPresent(String, Method) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific method.
- isAnnotationPresent(String, Field) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific field.
- isConstructorAnnotationPresent(String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific constructor.
- isFieldAnnotationPresent(String, String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific field.
- isJavaReferenceType(String) - Method in class org.codehaus.backport175.compiler.parser.AnnotationParser
-
- isMethodAnnotationPresent(String, String, String) - Method in class org.codehaus.backport175.reader.bytecode.AnnotationReader
-
Checks if an annotation is present at a specific method.
- isResolved() - Method in class org.codehaus.backport175.reader.bytecode.AnnotationElement.NamedValue
-
- parent - Variable in class org.codehaus.backport175.compiler.parser.ast.SimpleNode
-
- parse(AnnotationVisitor, RawAnnotation) - Static method in class org.codehaus.backport175.compiler.parser.AnnotationParser
-
Parses the raw annotation.
- parse(AnnotationVisitor, RawAnnotation, String) - Static method in class org.codehaus.backport175.compiler.parser.AnnotationParser
-
Parses the raw annotation for an annotation default value, whose type checking depends
on the annotation element method desc if specified.
- parse(String) - Method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- parse(Reader) - Method in class org.codehaus.backport175.compiler.parser.ast.AnnotationParser
-
- ParseException - Exception in org.codehaus.backport175.compiler.parser.ast
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.codehaus.backport175.compiler.parser.ast.ParseException
-
This constructor is used by the method "generateParseException" in the generated javadoc.
- ParseException() - Constructor for exception org.codehaus.backport175.compiler.parser.ast.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.codehaus.backport175.compiler.parser.ast.ParseException
-
- ParseException - Exception in org.codehaus.backport175.compiler.parser
-
Thrown when error in parsing the annotation expression
ie when the JSR-175 checks fails.
- ParseException(String) - Constructor for exception org.codehaus.backport175.compiler.parser.ParseException
-
Sets the message for the exception.
- ParseException(String, Throwable) - Constructor for exception org.codehaus.backport175.compiler.parser.ParseException
-
Sets the message for the exception and the original exception being wrapped.
- ParseException(String, Throwable, SourceLocation) - Constructor for exception org.codehaus.backport175.compiler.parser.ParseException
-
- ParseException(String, SourceLocation) - Constructor for exception org.codehaus.backport175.compiler.parser.ParseException
-
- PARSER - Static variable in class org.codehaus.backport175.compiler.parser.AnnotationParser
-
The one and only annotation javadoc.
- parser - Variable in class org.codehaus.backport175.compiler.parser.ast.SimpleNode
-
- prevCharIsCR - Static variable in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- prevCharIsLF - Static variable in class org.codehaus.backport175.compiler.parser.ast.SimpleCharStream
-
- printStackTrace() - Method in exception org.codehaus.backport175.compiler.bytecode.InstrumentationException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintStream) - Method in exception org.codehaus.backport175.compiler.bytecode.InstrumentationException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintWriter) - Method in exception org.codehaus.backport175.compiler.bytecode.InstrumentationException
-
Print the full stack trace, including the original exception.
- printStackTrace() - Method in exception org.codehaus.backport175.compiler.CompilerException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintStream) - Method in exception org.codehaus.backport175.compiler.CompilerException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintWriter) - Method in exception org.codehaus.backport175.compiler.CompilerException
-
Print the full stack trace, including the original exception.
- printStackTrace() - Method in exception org.codehaus.backport175.compiler.javadoc.JavaDocParseException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintStream) - Method in exception org.codehaus.backport175.compiler.javadoc.JavaDocParseException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintWriter) - Method in exception org.codehaus.backport175.compiler.javadoc.JavaDocParseException
-
Print the full stack trace, including the original exception.
- printStackTrace() - Method in exception org.codehaus.backport175.reader.proxy.ResolveAnnotationException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintStream) - Method in exception org.codehaus.backport175.reader.proxy.ResolveAnnotationException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintWriter) - Method in exception org.codehaus.backport175.reader.proxy.ResolveAnnotationException
-
Print the full stack trace, including the original exception.
- printStackTrace() - Method in exception org.codehaus.backport175.reader.ReaderException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintStream) - Method in exception org.codehaus.backport175.reader.ReaderException
-
Print the full stack trace, including the original exception.
- printStackTrace(PrintWriter) - Method in exception org.codehaus.backport175.reader.ReaderException
-
Print the full stack trace, including the original exception.
- ProxyFactory - Class in org.codehaus.backport175.reader.proxy
-
Creates a proxy instance (Java dynamic proxy) for a given reader.
- ProxyFactory() - Constructor for class org.codehaus.backport175.reader.proxy.ProxyFactory
-