org.codehaus.jparsec.examples.bnf.ast
Class SequentialRule

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.bnf.ast.SequentialRule
All Implemented Interfaces:
Rule

public final class SequentialRule
extends ValueObject
implements Rule

Represents a sequential rule.

Author:
benyu

Field Summary
 List<Rule> rules
           
 
Constructor Summary
SequentialRule(List<Rule> rules)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

rules

public final List<Rule> rules
Constructor Detail

SequentialRule

public SequentialRule(List<Rule> rules)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.