org.tritonus.saol.compiler
Class TemplateTable

java.lang.Object
  extended by org.tritonus.saol.compiler.TemplateTable

public class TemplateTable
extends java.lang.Object

The template table. TODO: use generics


Constructor Summary
TemplateTable()
           
 
Method Summary
 void add(TemplateEntry templateEntry)
           
 TemplateEntry get(java.lang.String strTemplateName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateTable

public TemplateTable()
Method Detail

add

public void add(TemplateEntry templateEntry)

get

public TemplateEntry get(java.lang.String strTemplateName)