org.tritonus.saol.compiler
Class BCELTest

java.lang.Object
  extended by org.tritonus.saol.compiler.BCELTest

public class BCELTest
extends java.lang.Object

Example program using the BCEL. BCEL is the Byte Code Engineering Library, part of the jakarta project (http://jakarta.apache.org/bcel/).


Constructor Summary
BCELTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCELTest

public BCELTest()
Method Detail

main

public static void main(java.lang.String[] args)