Uses of Class
org.ujac.util.template.TemplateTokenContainer

Packages that use TemplateTokenContainer
org.ujac.util.template   
 

Uses of TemplateTokenContainer in org.ujac.util.template
 

Subclasses of TemplateTokenContainer in org.ujac.util.template
 class BaseConditionToken
          Name: BaseConditionToken
Description: A base class for condition tokens.
 class ElseifToken
          Name: ElseifToken
Description: Represents an _elseif_ statement.
 class ElseToken
          Name: ElseToken
Description: Represents an _else_ statement.
 class ForeachToken
          Name: ForeachToken
Description: Represents a _foreach_ statement.
 class IfToken
          Name: IfToken
Description: Represents an _if_ statement.
 class ProcedureToken
          Name: ProcedureToken
Description: Represents a _procedure_ statement.
 class TemplateRoot
          Name: TemplateRoot
Description: A class for root elements of the template parse tree.
 

Fields in org.ujac.util.template declared as TemplateTokenContainer
protected  TemplateTokenContainer TemplateToken.parent
          The parent token.
 

Methods in org.ujac.util.template that return TemplateTokenContainer
 TemplateTokenContainer TemplateToken.getParent()
          Getter method for the the property parent.
 

Methods in org.ujac.util.template with parameters of type TemplateTokenContainer
 boolean ProcedureToken.checkContainer(TemplateTokenContainer container)
          Checks whether this token is valid for the given container.
 boolean TemplateToken.checkContainer(TemplateTokenContainer container)
          Checks whether this token is valid for the given container.
protected  void TemplateTokenContainer.cloneChildTokens(Map procedureRegistry, TemplateTokenContainer parent)
          Clones the childs of this token.
protected  TemplateToken DefineToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken ProcedureToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken ElseToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken StaticToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken LogToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken TemplateRoot.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected abstract  TemplateToken TemplateToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken ElseifToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken ForeachToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken AssertToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken CallprocToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken ExpressionToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
protected  TemplateToken IfToken.cloneToken(BaseTemplateInterpreter interpreter, TemplateTokenContainer parent)
          Clones the token for caching reasons.
abstract  int BaseTemplateInterpreter.parse(TemplateTokenContainer tokenContainer)
          Parses the given template token.
 int DefaultTemplateInterpreter.parse(TemplateTokenContainer tokenContainer)
          Parses the given template token.
 void TemplateToken.setParent(TemplateTokenContainer parent)
          Setter method for the the property parent.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.