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:
Milind Bhandarkar

Constructor Summary
JBoolean()
          Creates a new instance of JBoolean
 
Method Summary
 String genJavaCompareBytes()
           
 String genJavaCompareTo(String fname, String other)
           
 String genJavaHashCode(String fname)
           
 String genJavaSlurpBytes(String b, String s, String l)
           
 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,
                               String other)

genJavaHashCode

public String genJavaHashCode(String fname)

genJavaSlurpBytes

public String genJavaSlurpBytes(String b,
                                String s,
                                String l)

genJavaCompareBytes

public String genJavaCompareBytes()


Copyright © 2006 The Apache Software Foundation