| Package | Description |
|---|---|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.StackMapTableAttribute.DoubleVariableInfo
Representation of the
double_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.FloatVariableInfo
Representation of the
float_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.IntegerVariableInfo
Representation of the
integer_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.LongVariableInfo
Representation of the
long_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.NullVariableInfo
Representation of the
null_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.ObjectVariableInfo
Representation of the
object_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.TopVariableInfo
Representation of the
top_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.UninitializedThisVariableInfo
Representation of the
uninitialized_this_variable_info structure; see JVMS8 4.7.4. |
static class |
ClassFile.StackMapTableAttribute.UninitializedVariableInfo
Representation of the
uninitialized_variable_info structure; see JVMS8 4.7.4. |
| Modifier and Type | Field and Description |
|---|---|
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] |
ClassFile.StackMapTableAttribute.AppendFrame.locals |
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] |
ClassFile.StackMapTableAttribute.FullFrame.locals |
ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame.stack |
ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended.stack |
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] |
ClassFile.StackMapTableAttribute.FullFrame.stack |
| Constructor and Description |
|---|
AppendFrame(int offsetDelta,
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals) |
FullFrame(int offsetDelta,
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals,
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] stack) |
FullFrame(int offsetDelta,
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals,
ClassFile.StackMapTableAttribute.VerificationTypeInfo[] stack) |
SameLocals1StackItemFrame(int offsetDelta,
ClassFile.StackMapTableAttribute.VerificationTypeInfo stack) |
SameLocals1StackItemFrameExtended(int offsetDelta,
ClassFile.StackMapTableAttribute.VerificationTypeInfo stack) |
Copyright © 2019. All rights reserved.