org.fife.rsta.ac.java.classreader
Class Frame

java.lang.Object
  extended by org.fife.rsta.ac.java.classreader.Frame

public class Frame
extends Object

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
Author:
Robert Futrell

Nested Class Summary
static class Frame.LocalVarInfo
           
 
Constructor Summary
Frame(Code code)
          Constructor.
 
Method Summary
 Frame.LocalVarInfo getLocalVar(int index, String defaultType)
           
 String pop()
           
 void push(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame(Code code)
Constructor.

Parameters:
code - The Code attribute being decompiled.
Method Detail

getLocalVar

public Frame.LocalVarInfo getLocalVar(int index,
                                      String defaultType)

pop

public String pop()

push

public void push(String value)


Copyright © 2003-2011. All Rights Reserved.