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

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

public final class QuantifiedRule
extends ValueObject
implements Rule

Represents a quantified rule.

Author:
benyu

Field Summary
 Quantifier quantifier
           
 Rule rule
           
 
Constructor Summary
QuantifiedRule(Rule rule, Quantifier quantifier)
           
 
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

rule

public final Rule rule

quantifier

public final Quantifier quantifier
Constructor Detail

QuantifiedRule

public QuantifiedRule(Rule rule,
                      Quantifier quantifier)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.