Uses of Class
org.apache.hadoop.record.compiler.JType

Packages that use JType
org.apache.hadoop.record.compiler This package contains classes needed for code generation from the hadoop record compiler. 
org.apache.hadoop.record.compiler.generated This package contains code generated by JavaCC from the Hadoop record syntax file rcc.jj. 
 

Uses of JType in org.apache.hadoop.record.compiler
 

Subclasses of JType in org.apache.hadoop.record.compiler
 class JBoolean
           
 class JBuffer
          Code generator for "buffer" type.
 class JByte
          Code generator for "byte" type.
 class JDouble
           
 class JFloat
           
 class JInt
          Code generator for "int" type
 class JLong
          Code generator for "long" type
 class JMap
           
 class JRecord
           
 class JString
           
 class JVector
           
 

Constructors in org.apache.hadoop.record.compiler with parameters of type JType
JMap(JType t1, JType t2)
          Creates a new instance of JMap
JVector(JType t)
          Creates a new instance of JVector
 

Constructor parameters in org.apache.hadoop.record.compiler with type arguments of type JType
JRecord(String name, ArrayList<JField<JType>> flist)
          Creates a new instance of JRecord
 

Uses of JType in org.apache.hadoop.record.compiler.generated
 

Methods in org.apache.hadoop.record.compiler.generated that return JType
 JType Rcc.Type()
           
 

Methods in org.apache.hadoop.record.compiler.generated that return types with arguments of type JType
 JField<JType> Rcc.Field()
           
 



Copyright © 2009 The Apache Software Foundation