org.apache.hadoop.record.compiler
Class JMap

java.lang.Object
  extended byorg.apache.hadoop.record.compiler.JType
      extended byorg.apache.hadoop.record.compiler.JCompType
          extended byorg.apache.hadoop.record.compiler.JMap

public class JMap
extends org.apache.hadoop.record.compiler.JCompType

Author:
Milind Bhandarkar

Constructor Summary
JMap(JType t1, JType t2)
          Creates a new instance of JMap
 
Method Summary
 String genJavaCompareTo(String fname)
           
 String genJavaReadMethod(String fname, String tag)
           
 String genJavaReadWrapper(String fname, String tag, boolean decl)
           
 String genJavaWriteMethod(String fname, String tag)
           
 String genJavaWriteWrapper(String fname, String tag)
           
 String getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMap

public JMap(JType t1,
            JType t2)
Creates a new instance of JMap

Method Detail

getSignature

public String getSignature()

genJavaCompareTo

public String genJavaCompareTo(String fname)

genJavaReadWrapper

public String genJavaReadWrapper(String fname,
                                 String tag,
                                 boolean decl)

genJavaReadMethod

public String genJavaReadMethod(String fname,
                                String tag)

genJavaWriteWrapper

public String genJavaWriteWrapper(String fname,
                                  String tag)

genJavaWriteMethod

public String genJavaWriteMethod(String fname,
                                 String tag)


Copyright © 2006 The Apache Software Foundation