com.judoscript.util.classfile
Class Attr.U2Value

java.lang.Object
  extended by com.judoscript.util.classfile.Attr
      extended by com.judoscript.util.classfile.Attr.U2Value
Enclosing class:
Attr

public static class Attr.U2Value
extends Attr


Nested Class Summary
 
Nested classes/interfaces inherited from class com.judoscript.util.classfile.Attr
Attr.AttrInnerClasses, Attr.AttrLineNumberTable, Attr.Code, Attr.Custom, Attr.Exceptions, Attr.U2Value
 
Constructor Summary
Attr.U2Value(ClassFileWriter cfw, java.lang.String name, java.lang.String val)
           
Attr.U2Value(java.lang.String name, int name_i, int val_i)
           
 
Method Summary
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class com.judoscript.util.classfile.Attr
getName, printHtml, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attr.U2Value

public Attr.U2Value(java.lang.String name,
                    int name_i,
                    int val_i)

Attr.U2Value

public Attr.U2Value(ClassFileWriter cfw,
                    java.lang.String name,
                    java.lang.String val)
Method Detail

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Overrides:
write in class Attr
Throws:
java.io.IOException