public class oadd.org.apache.jute.compiler.JByte extends oadd.org.apache.jute.compiler.JType
{
public void <init>()
{
oadd.org.apache.jute.compiler.JByte v;
v := @this: oadd.org.apache.jute.compiler.JByte;
specialinvoke v.<oadd.org.apache.jute.compiler.JType: void <init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)>("char", "int8_t", "byte", "byte", "Byte", "Byte", "byte", "toByte");
return;
}
public java.lang.String getSignature()
{
oadd.org.apache.jute.compiler.JByte v;
v := @this: oadd.org.apache.jute.compiler.JByte;
return "b";
}
}