类 Parser
- java.lang.Object
-
- cn.wumoe.hime.parser.Parser
-
public class Parser extends java.lang.ObjectThe parser parses the tokens into a ASTNode.
-
-
构造器详细资料
-
Parser
public Parser(Lexer lex)
-
-
方法详细资料
-
program
public java.util.List<ASTNode> program() throws HimeParserException
-
-