; Produced by NeoJasminVisitor (tinapoc) ; http://tinapoc.sourceforge.net ; The original JasminVisitor is part of the BCEL ; http://jakarta.apache.org/bcel/ ; Sun Dec 02 00:54:44 JST 2012 .bytecode 51.0 .source Hello.java .class public Hello .super java/awt/Frame .method public static main([Ljava/lang/String;)V .limit stack 3 .limit locals 2 .var 0 is arg0 [Ljava/lang/String; from Label0 to Label1 Label0: .line 6 0: new Hello 3: dup 4: ldc "Hello, World" 6: invokespecial Hello/