|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.join.Parser.Token
public static class Parser.Token
Tagged-union type for tokens from the join expression.
Parser.TType
Method Summary | |
---|---|
Parser.Node |
getNode()
|
double |
getNum()
|
java.lang.String |
getStr()
|
Parser.TType |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Parser.TType getType()
public Parser.Node getNode() throws java.io.IOException
java.io.IOException
public double getNum() throws java.io.IOException
java.io.IOException
public java.lang.String getStr() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |