org.apache.hadoop.record.compiler
Class JString

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

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

Author:
Milind Bhandarkar

Constructor Summary
JString()
          Creates a new instance of JString
 
Method Summary
 String genJavaReadWrapper(String fname, String tag, boolean decl)
           
 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

JString

public JString()
Creates a new instance of JString

Method Detail

getSignature

public String getSignature()

genJavaReadWrapper

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

genJavaWriteWrapper

public String genJavaWriteWrapper(String fname,
                                  String tag)


Copyright © 2006 The Apache Software Foundation