Home | History | Annotate | Download | only in antlr3

Lines Matching defs:Template

8 module Template
16 @template_library ||= ANTLR3::Template::Group.new
20 super.push( :template )
25 ANTLR3::Template::Group.load( group_file )
40 self.class.template_library or ANTLR3::Template::Group.new
88 autoload :GroupFile, 'antlr3/template/group-file'
91 autoload :Lexer, 'antlr3/template/group-file'
92 autoload :Parser, 'antlr3/template/group-file'
105 end or raise( LoadError, "no such template group file to load %s" % group_file )
124 template = Context.new( values )
125 template.extend( self )
126 sclass = class << template; self; end
128 return( template )
158 "undefined template `%s' for template group %p" % [ old_name, self ]