Home | News | Wiki | About StringTemplate | Feedback | Support | Bugs


Latest version is 3.2.
Download now! »

Download
» Home
» Download
» News
»Using StringTemplate
» Documentation
» Wiki
» Articles
» File Sharing
» Code API
» Tech Support
»About StringTemplate
» What is it?
» Showcase
» Testimonials
» Software License
» Changes
»Feedback
»Credits
»Contact


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 ;)

Search



ActionEvaluator.NameValuePair


org.antlr.stringtemplate.language
Class ActionEvaluator.NameValuePair

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
ActionEvaluator.NameValuePair()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.Object value
Constructor Detail

ActionEvaluator.NameValuePair

public ActionEvaluator.NameValuePair()