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 ;)
|
StringTemplateGroupInterface.TemplateDefinition
org.antlr.stringtemplate
Class StringTemplateGroupInterface.TemplateDefinition
java.lang.Object
org.antlr.stringtemplate.StringTemplateGroupInterface.TemplateDefinition
- Enclosing class:
- StringTemplateGroupInterface
- static class StringTemplateGroupInterface.TemplateDefinition
- extends java.lang.Object
All the info we need to track for a template defined in an interface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
formalArgs
public java.util.LinkedHashMap formalArgs
optional
public boolean optional
StringTemplateGroupInterface.TemplateDefinition
public StringTemplateGroupInterface.TemplateDefinition(java.lang.String name,
java.util.LinkedHashMap formalArgs,
boolean optional)
|