Uses of Class
org.apache.hadoop.mapred.join.Parser.Node

Packages that use Parser.Node
org.apache.hadoop.mapred.join   
 

Uses of Parser.Node in org.apache.hadoop.mapred.join
 

Methods in org.apache.hadoop.mapred.join that return Parser.Node
 Parser.Node Parser.Token.getNode()
           
 Parser.Node Parser.NodeToken.getNode()
           
 

Method parameters in org.apache.hadoop.mapred.join with type arguments of type Parser.Node
protected static void Parser.Node.addIdentifier(String ident, Class<?>[] mcstrSig, Class<? extends Parser.Node> nodetype, Class<? extends ComposableRecordReader> cl)
          For a given identifier, add a mapping to the nodetype for the parse tree and to the ComposableRecordReader to be created, including the formals required to invoke the constructor.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.