org.codehaus.jparsec.examples.bnf.ast
Class AltRule
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.bnf.ast.AltRule
- All Implemented Interfaces:
- Rule
public final class AltRule
- extends ValueObject
- implements Rule
Represents a rule with a bunch of alternatives.
- Author:
- benyu
alternatives
public final List<Rule> alternatives
AltRule
public AltRule(List<Rule> alternatives)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.