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 ;)
|
ActionEvaluator.NameValuePair
org.antlr.stringtemplate.language
Class ActionEvaluator.NameValuePair
java.lang.Object
org.antlr.stringtemplate.language.ActionEvaluator.NameValuePair
- Enclosing class:
- ActionEvaluator
- public static class ActionEvaluator.NameValuePair
- extends java.lang.Object
|
Field Summary |
java.lang.String |
name
|
java.lang.Object |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
value
public java.lang.Object value
ActionEvaluator.NameValuePair
public ActionEvaluator.NameValuePair()
|