public class org.apache.jute.compiler.JByte extends org.apache.jute.compiler.JType
{
public void <init>()
{
org.apache.jute.compiler.JByte v;
v := @this: org.apache.jute.compiler.JByte;
specialinvoke v.<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()
{
org.apache.jute.compiler.JByte v;
v := @this: org.apache.jute.compiler.JByte;
return "b";
}
}