org.apache.hadoop.record.compiler
Class JBoolean

java.lang.Object
  extended by org.apache.hadoop.record.compiler.JType
      extended by org.apache.hadoop.record.compiler.JBoolean

public class JBoolean
extends JType

Author:
milindb

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 org.apache.hadoop.record.compiler.JType
genCppDecl, genCppGetSet, genJavaConstructorParam, genJavaDecl, genJavaEquals, genJavaGetSet, genJavaReadMethod, genJavaReadWrapper, genJavaWriteMethod, genJavaWriteWrapper, getCppType, getJavaType, getJavaWrapperType, getMethodSuffix
 
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()
Specified by:
getSignature in class JType

genJavaCompareTo

public String genJavaCompareTo(String fname)
Overrides:
genJavaCompareTo in class JType

genJavaHashCode

public String genJavaHashCode(String fname)
Overrides:
genJavaHashCode in class JType


Copyright © 2006 The Apache Software Foundation