alt.jiapi.tool
Class Javap

java.lang.Object
  extended by alt.jiapi.tool.Javap

public class Javap
extends java.lang.Object

This is a replacement of javap command line tool, that comes with jdks. Functionality is more or less the same. Following System properties are known:

Author:
Mika Riekkinen

Constructor Summary
Javap(java.lang.String classOrFileName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void printClassInfo()
           
protected  void printConstantPool()
           
protected  void printField(JiapiField jf)
           
protected  void printInstructions(InstructionList il)
           
protected  void printMethod(JiapiMethod jm)
           
protected  void verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Javap

public Javap(java.lang.String classOrFileName)
      throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

printClassInfo

protected void printClassInfo()

printConstantPool

protected void printConstantPool()

printField

protected void printField(JiapiField jf)

printInstructions

protected void printInstructions(InstructionList il)

printMethod

protected void printMethod(JiapiMethod jm)

verify

protected void verify()


Copyright © 2001. Documenation generated August 26 2011.