| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClassFile.AttributeInfo |
CodeContext.storeLocalVariableTable(DataOutputStream dos,
short localVariableTableAttributeNameIndex) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.AnnotationDefaultAttribute
Representation of an
AnnotationDefault attribute (see JVMS8 4.7.22). |
static class |
ClassFile.AnnotationsAttribute
Representation of a
Runtime[In]visibleAnnotations attribute (see JVMS8 4.7.16/17). |
static class |
ClassFile.CodeAttribute
Representation of an unmodifiable
Code attribute, as read from a class file. |
static class |
ClassFile.ConstantValueAttribute
Representation of a
ConstantValue attribute (see JVMS 4.7.2). |
static class |
ClassFile.DeprecatedAttribute
Representation of a
Deprecated attribute (see JVMS 4.7.10). |
static class |
ClassFile.ExceptionsAttribute
Representation of an
Exceptions attribute (see JVMS 4.7.4). |
static class |
ClassFile.InnerClassesAttribute
Representation of an
InnerClasses attribute (see JVMS 4.7.5). |
static class |
ClassFile.LineNumberTableAttribute
Representation of a
LineNumberTable attribute (see JVMS 4.7.8). |
static class |
ClassFile.LocalVariableTableAttribute
Representation of a
LocalVariableTable attribute (see JVMS 4.7.9). |
static class |
ClassFile.SourceFileAttribute
Representation of a
SourceFile attribute (see JVMS 4.7.7). |
static class |
ClassFile.StackMapTableAttribute
Representation of an unmodifiable
StackMapTable attribute, as read from a class file. |
static class |
ClassFile.SyntheticAttribute
Representation of a
Synthetic attribute (see JVMS 4.7.6). |
| Modifier and Type | Method and Description |
|---|---|
ClassFile.AttributeInfo[] |
ClassFile.MethodInfo.getAttributes() |
ClassFile.AttributeInfo[] |
ClassFile.FieldInfo.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFile.MethodInfo.addAttribute(ClassFile.AttributeInfo attribute)
Adds the attribute to this method.
|
void |
ClassFile.FieldInfo.addAttribute(ClassFile.AttributeInfo attribute)
Adds the attribute to this field.
|
| Constructor and Description |
|---|
FieldInfo(short accessFlags,
short nameIndex,
short descriptorIndex,
List<ClassFile.AttributeInfo> attributes) |
MethodInfo(short accessFlags,
short nameIndex,
short descriptorIndex,
List<ClassFile.AttributeInfo> attributes)
Initializes the "method_info" structure.
|
Copyright © 2019. All rights reserved.