Package org.jboss.classfilewriter.code
Class StackEntry
java.lang.Object
org.jboss.classfilewriter.code.StackEntry
represents the state of the stack or the local variable array.
This is written out as part of the StackMap attribute
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionStackEntry
(StackEntryType type, String descriptor) StackEntry
(StackEntryType type, String descriptor, int newInstructionLocation) StackEntry
(StackEntryType type, String descriptor, ConstPool pool) -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
boolean
isWide()
static StackEntry
toString()
void
write
(DataOutputStream dstream) writes the entry to the stream
-
Constructor Details
-
StackEntry
-
StackEntry
-
StackEntry
-
-
Method Details
-
getDescriptor
-
getNewInstructionLocation
public int getNewInstructionLocation() -
getType
-
toString
-
of
-
isWide
public boolean isWide() -
write
writes the entry to the stream- Throws:
IOException
-