|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringTemplateGroupInterface | |
---|---|
org.antlr.stringtemplate | |
org.antlr.stringtemplate.language |
Uses of StringTemplateGroupInterface in org.antlr.stringtemplate |
---|
Fields in org.antlr.stringtemplate declared as StringTemplateGroupInterface | |
---|---|
protected StringTemplateGroupInterface |
StringTemplateGroupInterface.superInterface
Are we derived from another group? Templates not found in this group will be searched for in the superGroup recursively. |
Methods in org.antlr.stringtemplate that return StringTemplateGroupInterface | |
---|---|
StringTemplateGroupInterface |
StringTemplateGroupInterface.getSuperInterface()
|
StringTemplateGroupInterface |
StringTemplateGroupLoader.loadInterface(java.lang.String interfaceName)
Load the interface called interfaceName from somewhere. |
static StringTemplateGroupInterface |
StringTemplateGroup.loadInterface(java.lang.String name)
|
StringTemplateGroupInterface |
PathGroupLoader.loadInterface(java.lang.String interfaceName)
|
Methods in org.antlr.stringtemplate with parameters of type StringTemplateGroupInterface | |
---|---|
void |
StringTemplateGroup.implementInterface(StringTemplateGroupInterface I)
Just track the new interface; check later. |
void |
StringTemplateGroupInterface.setSuperInterface(StringTemplateGroupInterface superInterface)
|
Constructors in org.antlr.stringtemplate with parameters of type StringTemplateGroupInterface | |
---|---|
StringTemplateGroupInterface(java.io.Reader r,
StringTemplateErrorListener errors,
StringTemplateGroupInterface superInterface)
Create an interface from the input stream |
Uses of StringTemplateGroupInterface in org.antlr.stringtemplate.language |
---|
Fields in org.antlr.stringtemplate.language declared as StringTemplateGroupInterface | |
---|---|
protected StringTemplateGroupInterface |
InterfaceParser.groupI
|
Methods in org.antlr.stringtemplate.language with parameters of type StringTemplateGroupInterface | |
---|---|
void |
InterfaceParser.groupInterface(StringTemplateGroupInterface groupI)
|
void |
InterfaceParser.template(StringTemplateGroupInterface groupI)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |