| Package | Description |
|---|---|
| org.jace.parser | |
| org.jace.parser.attribute | |
| org.jace.parser.field | |
| org.jace.parser.method |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ClassFile.getAttributes()
Returns the Attributes for a class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeAttribute |
class |
ConstantValueAttribute
A ConstantValueAttribute represents a constant value for a static ClassField.
|
class |
DeprecatedAttribute
A DeprecatedAttribute represents the fact that its target has been deprecated and superceded.
|
class |
ExceptionsAttribute
An ExceptionsAttribute represents the checked exceptions which may
be thrown from its target method.
|
class |
InnerClassesAttribute
The InnerClasses attribute is a variable-length attribute in the attributes table of the
ClassFile (ยง4.1) structure.
|
class |
LocalVariableTableAttribute
A LocalVariableTableAttribute
compiled with the new generics-enabled 1.5 compilers.
|
class |
SignatureAttribute
A SignatureAttribute represents a type signature for a generic type
compiled with the new generics-enabled 1.5 compilers.
|
class |
SyntheticAttribute
A SyntheticAttribute represents the fact that its target does not appear
in the original source code.
|
class |
UnknownAttribute
An UnknownAttribute represents an Attribute type that isn't recognized
because it hasn't been specified in the JVM specification and is a custom
attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeFactory.readAttribute(InputStream stream,
ConstantPool pool)
Reads an attribute from the given InputStream.
|
Attribute |
UnknownAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads an UnknownAttribute from a class file InputStream.
|
Attribute |
SyntheticAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads a SyntheticAttribute from a class file InputStream.
|
Attribute |
SignatureAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads a SignatureAttribute from a class file InputStream.
|
Attribute |
LocalVariableTableAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads a LocalVariableTableAttribute from a class file InputStream.
|
Attribute |
InnerClassesAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads an InnerClassesAttribute from a class file InputStream.
|
Attribute |
ExceptionsAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads an ExceptionsAttribute from a class file InputStream.
|
Attribute |
DeprecatedAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads a DeprecatedAttribute from a class file InputStream.
|
Attribute |
ConstantValueAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads a ConstantAttribute from a class file InputStream.
|
Attribute |
CodeAttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads a CodeAttribute from a class file InputStream.
|
Attribute |
AttributeReader.readAttribute(InputStream input,
int nameIndex,
ConstantPool pool)
Reads an Attribute from the InpuStream.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Attribute> |
ClassField.getAttributes()
Returns all of the Attributes for this ClassField.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassField.addAttribute(Attribute attr) |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ClassMethod.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassMethod.addAttribute(Attribute a) |
Copyright © 2012. All Rights Reserved.