Serialized Form
Package org.codehaus.backport175.compiler |
m_originalException
java.lang.Throwable m_originalException
- Original exception which caused this exception.
m_sourceLocation
SourceLocation m_sourceLocation
- Optional location hint
Package org.codehaus.backport175.compiler.bytecode |
m_originalException
java.lang.Throwable m_originalException
- Original exception which caused this exception.
Package org.codehaus.backport175.compiler.javadoc |
m_originalException
java.lang.Throwable m_originalException
- Original exception which caused this exception.
Package org.codehaus.backport175.compiler.parser |
Package org.codehaus.backport175.compiler.parser.ast |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create this object and thereby affects the semantics of
the "getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If this object has been created due to a parse error,
the token followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by
their ordinal values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated javadoc within which the parse error occurred. This
array is defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have one of the above 4 values.
Package org.codehaus.backport175.reader |
m_originalException
java.lang.Throwable m_originalException
- Original exception which caused this exception.
Package org.codehaus.backport175.reader.bytecode |
serialVersionUID: 8769673036736880936L
m_className
java.lang.String m_className
m_elements
java.util.List<E> m_elements
serialVersionUID: -6792525450471409048L
m_elements
java.util.List<E> m_elements
serialVersionUID: 1136400223420236391L
m_desc
java.lang.String m_desc
m_value
java.lang.String m_value
serialVersionUID: 4284696449802391088L
m_name
java.lang.String m_name
m_value
java.lang.Object m_value
m_type
AnnotationElement.Type m_type
m_isResolved
boolean m_isResolved
m_resolvedValue
java.lang.Object m_resolvedValue
Package org.codehaus.backport175.reader.proxy |
serialVersionUID: 1584167345753299421L
m_annotationInterface
java.lang.Class<T> m_annotationInterface
m_annotation
AnnotationElement.Annotation m_annotation
m_annotationName
java.lang.String m_annotationName
m_annotatedClassClassLoader
java.lang.ClassLoader m_annotatedClassClassLoader
- The annotated class classloader. Strong ref is ok since we use a proxy handler
and that one will be referenced by this classloader precisely
m_originalException
java.lang.Throwable m_originalException
- Original exception which caused this exception.