@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
IOExceptionpublic double getNum()
              throws IOException
IOExceptionpublic String getStr() throws IOException
IOExceptionCopyright © 2025 Apache Software Foundation. All rights reserved.