org.apache.hadoop.record.compiler
Class JInt

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

public class JInt
extends JType

Author:
Milind Bhandarkar

Constructor Summary
JInt()
          Creates a new instance of JInt
 
Method Summary
 String genJavaCompareBytes()
           
 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

JInt

public JInt()
Creates a new instance of JInt

Method Detail

getSignature

public String getSignature()

genJavaSlurpBytes

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

genJavaCompareBytes

public String genJavaCompareBytes()


Copyright © 2006 The Apache Software Foundation