org.codehaus.jparsec.examples.bnf.parser
Class RuleParser

java.lang.Object
  extended by org.codehaus.jparsec.examples.bnf.parser.RuleParser

public final class RuleParser
extends Object

Parser for bnf rules.

Author:
benyu

Field Summary
static Parser<List<RuleDef>> RULE_DEFS
           
 
Constructor Summary
RuleParser()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_DEFS

public static Parser<List<RuleDef>> RULE_DEFS
Constructor Detail

RuleParser

public RuleParser()


Copyright © 2014. All rights reserved.