Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
ActionTransInfo
antlr
Class ActionTransInfo
java.lang.Object
antlr.ActionTransInfo
- public class ActionTransInfo
- extends java.lang.Object
This class contains information about how an action
was translated (using the AST conversion rules).
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
assignToRoot
public boolean assignToRoot
refRuleRoot
public java.lang.String refRuleRoot
followSetName
public java.lang.String followSetName
ActionTransInfo
public ActionTransInfo()
toString
public java.lang.String toString()
|