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

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

public final class RuleReference
extends ValueObject
implements Rule

Represents a reference to a named production rule.

Author:
benyu

Field Summary
 String name
           
 
Constructor Summary
RuleReference(String name)
           
 
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

name

public final String name
Constructor Detail

RuleReference

public RuleReference(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.