| Package | Description |
|---|---|
| org.jace.parser | |
| org.jace.parser.attribute | |
| org.jace.parser.constant | |
| org.jace.parser.field | |
| org.jace.parser.method |
| Modifier and Type | Method and Description |
|---|---|
ConstantPool |
ClassFile.getConstantPool()
Returns the class constant pool.
|
| 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.
|
| Constructor and Description |
|---|
CodeAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new LocalVariableTableAttribute.
|
ConstantValueAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new ConstantValueAttribute.
|
DeprecatedAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new DeprecatedAttribute.
|
ExceptionsAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new ExceptionsAttribute.
|
InnerClassesAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new InnerClassesAttribute.
|
LocalVariableTableAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new LocalVariableTableAttribute
|
SignatureAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new SignatureAttribute.
|
SyntheticAttribute(ConstantPool pool)
Creates a new SyntheticAttribute, which automatically adds itself to
the constant pool.
|
SyntheticAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new SyntheticAttribute.
|
UnknownAttribute(InputStream stream,
int nameIndex,
ConstantPool pool)
Creates a new UnknownAttribute.
|
| Constructor and Description |
|---|
ClassConstant(int nameIndex,
ConstantPool pool) |
StringConstant(ConstantPool pool,
int index) |
| Constructor and Description |
|---|
ClassField(InputStream stream,
ConstantPool pool)
Reads a field from the given InputStream.
|
| Constructor and Description |
|---|
ClassMethod(InputStream stream,
ConstantPool pool)
Reads in a ClassMethod from a Java class file.
|
Copyright © 2012. All Rights Reserved.