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

Packages that use JFile
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 JFile in org.apache.hadoop.record.compiler
 

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

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

Methods in org.apache.hadoop.record.compiler.generated that return JFile
 JFile Rcc.Include()
           
 JFile Rcc.Input()
           
 



Copyright © 2009 The Apache Software Foundation