fr.umlv.tatoo.cc.tools.tools
Class RuleInfo

java.lang.Object
  extended by fr.umlv.tatoo.cc.tools.tools.RuleInfo

public class RuleInfo
extends Object


Method Summary
 TerminalDecl getTerminal()
           
 boolean isAlwaysActive()
           
 boolean isDiscardable()
           
 boolean isSpawnable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isDiscardable

public boolean isDiscardable()

isAlwaysActive

public boolean isAlwaysActive()

isSpawnable

public boolean isSpawnable()

getTerminal

public TerminalDecl getTerminal()
Returns:
may be null if this rule is not associated with a terminal

toString

public String toString()
Overrides:
toString in class Object