|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFile.AttributeInfo | |
---|---|
org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
org.codehaus.janino.util | Application-independent helper classes. |
Uses of ClassFile.AttributeInfo in org.codehaus.janino |
---|
Methods in org.codehaus.janino that return ClassFile.AttributeInfo | |
---|---|
protected ClassFile.AttributeInfo |
CodeContext.storeLocalVariableTable(java.io.DataOutputStream dos,
short localVariableTableAttributeNameIndex)
|
Uses of ClassFile.AttributeInfo in org.codehaus.janino.util |
---|
Subclasses of ClassFile.AttributeInfo in org.codehaus.janino.util | |
---|---|
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.SyntheticAttribute
Representation of a "Synthetic" attribute (see JVMS 4.7.6). |
Methods in org.codehaus.janino.util that return ClassFile.AttributeInfo | |
---|---|
ClassFile.AttributeInfo[] |
ClassFile.MethodInfo.getAttributes()
|
ClassFile.AttributeInfo[] |
ClassFile.FieldInfo.getAttributes()
|
Methods in org.codehaus.janino.util with parameters of type ClassFile.AttributeInfo | |
---|---|
void |
ClassFile.MethodInfo.addAttribute(ClassFile.AttributeInfo attribute)
|
void |
ClassFile.FieldInfo.addAttribute(ClassFile.AttributeInfo attribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |