chrriis.grammar.model
Class Rule

java.lang.Object
  extended by chrriis.grammar.model.Rule

public class Rule
extends Object

Author:
Christopher Deckers

Field Summary
 String name
           
 
Constructor Summary
Rule(String name, Expression expression)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

Rule

public Rule(String name,
            Expression expression)
Method Detail

getName

public String getName()