antlr
Class ActionTransInfo

java.lang.Object
  |
  +--antlr.ActionTransInfo

public class ActionTransInfo
extends Object

Untamed:


Field Summary
 boolean assignToRoot
          Enabled:
 String refRuleRoot
          Enabled:
 
Constructor Summary
ActionTransInfo()
          Enabled:
 
Method Summary
 String toString()
          Suppressed:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

assignToRoot

public boolean assignToRoot
Enabled:


refRuleRoot

public String refRuleRoot
Enabled:

Constructor Detail

ActionTransInfo

public ActionTransInfo()
Enabled:

Method Detail

toString

public String toString()
Suppressed:

Overrides:
toString in class Object
Returns:
a string representation of the object.


comments?