@InterfaceAudience.Public @InterfaceStability.Evolving public static class Parser.Token extends Object
Parser.TType
Modifier and Type | Method and Description |
---|---|
Parser.Node |
getNode() |
double |
getNum() |
String |
getStr() |
Parser.TType |
getType() |
public Parser.TType getType()
public Parser.Node getNode() throws IOException
IOException
public double getNum() throws IOException
IOException
public String getStr() throws IOException
IOException
Copyright © 2018 Apache Software Foundation. All rights reserved.