Class Frame
java.lang.Object
org.fife.rsta.ac.java.classreader.Frame
A
Frame contains information on a method being decompiled,
similar to a Frame as defined in 3.6 of the JVM spec.- Version:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInformation about a local variable. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocalVar(int index, String defaultType) Returns the specified local variable.pop()Pops a value from this frame.voidPushes a value onto this frame.
-
Field Details
-
operandStack
-
localVars
-
-
Constructor Details
-
Frame
-
-
Method Details
-
getLocalVar
Returns the specified local variable.- Parameters:
index- The index of the local variable.defaultType- The default type.- Returns:
- The local variable.
-
pop
-
push
Pushes a value onto this frame.- Parameters:
value- The value to push.- See Also:
-