org.apache.jute.compiler
Class JBoolean

java.lang.Object
  extended by org.apache.jute.compiler.JType
      extended by org.apache.jute.compiler.JBoolean

public class JBoolean
extends JType


Constructor Summary
JBoolean()
          Creates a new instance of JBoolean
 
Method Summary
 String genJavaCompareTo(String fname)
           
 String genJavaHashCode(String fname)
           
 String getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBoolean

public JBoolean()
Creates a new instance of JBoolean

Method Detail

getSignature

public String getSignature()

genJavaCompareTo

public String genJavaCompareTo(String fname)

genJavaHashCode

public String genJavaHashCode(String fname)