|
classfilewriter 1.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackEntry | |
---|---|
org.jboss.classfilewriter.code |
Uses of StackEntry in org.jboss.classfilewriter.code |
---|
Methods in org.jboss.classfilewriter.code that return StackEntry | |
---|---|
StackEntry |
LocalVariableState.get(int index)
|
static StackEntry |
StackEntry.of(String descriptor,
ConstPool pool)
|
StackEntry |
StackState.top_1()
|
StackEntry |
StackState.top_2()
|
StackEntry |
StackState.top_3()
|
StackEntry |
StackState.top()
|
Methods in org.jboss.classfilewriter.code that return types with arguments of type StackEntry | |
---|---|
List<StackEntry> |
StackState.getContents()
|
List<StackEntry> |
LocalVariableState.getContents()
|
Methods in org.jboss.classfilewriter.code with parameters of type StackEntry | |
---|---|
StackState |
StackState.constructorCall(int initializedValueStackPosition,
StackEntry entry)
|
LocalVariableState |
LocalVariableState.constructorCall(StackEntry entry)
|
StackState |
StackState.push(StackEntry entry)
push a type on to the top of the stack |
StackFrame |
StackFrame.push(StackEntry entry)
push an operand of the given type onto the stack. |
LocalVariableState |
LocalVariableState.store(int index,
StackEntry entry)
|
LocalVariableState |
LocalVariableState.storeWide(int index,
StackEntry entry)
|
|
classfilewriter 1.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |