| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino Java compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
ClassFile.StackMapTableAttribute.VerificationTypeInfo |
CodeContext.peekOperand() |
ClassFile.StackMapTableAttribute.VerificationTypeInfo |
CodeContext.popIntOrLongOperand()
Asserts that the top operand is an
int_variable_info or long_variable_info, then pops and
returns it. |
ClassFile.StackMapTableAttribute.VerificationTypeInfo |
CodeContext.popObjectOrUninitializedOrUninitializedThisOperand()
Asserts that the top operand is an
object_variable_info, uninitialized_variable_info or
uninitializedThis_variable_info, and pops it. |
ClassFile.StackMapTableAttribute.VerificationTypeInfo |
CodeContext.popOperand()
Pops one entry from the current inserter's operand stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeContext.popOperand(ClassFile.StackMapTableAttribute.VerificationTypeInfo expected)
Pops the top entry from the operand stack and assert that it equals expected.
|
void |
CodeContext.pushOperand(ClassFile.StackMapTableAttribute.VerificationTypeInfo topOperand) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassFile.StackMapTableAttribute.ObjectVariableInfo
Representation of the
object_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 |
|---|---|
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.DOUBLE_VARIABLE_INFO
Representation of the
double_variable_info structure; see JVMS8 4.7.4. |
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.FLOAT_VARIABLE_INFO
Representation of the
float_variable_info structure; see JVMS8 4.7.4. |
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.INTEGER_VARIABLE_INFO
Representation of the
integer_variable_info structure; see JVMS8 4.7.4. |
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.LONG_VARIABLE_INFO
Representation of the
long_variable_info structure; see JVMS8 4.7.4. |
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.NULL_VARIABLE_INFO
Representation of the
null_variable_info structure; see JVMS8 4.7.4. |
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.TOP_VARIABLE_INFO
Representation of the
top_variable_info structure; see JVMS8 4.7.4. |
static ClassFile.StackMapTableAttribute.VerificationTypeInfo |
ClassFile.StackMapTableAttribute.UNINITIALIZED_THIS_VARIABLE_INFO
Representation of the
uninitialized_this_variable_info structure; see JVMS8 4.7.4. |
| 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 © 2022. All rights reserved.