Uses of Class
interpreter.Context

Packages that use Context
interpreter   
 

Uses of Context in interpreter
 

Methods in interpreter with parameters of type Context
private  java.util.ArrayList<XMLNode> Signification.mApplication(TTLApplication a, Context c)
          mApplication selects the appropriate pattern
private  XMLAttribute Signification.mAttrNode(TTLAttrNode anode, Context c)
          MAttrNode takes an attributeNode and creates an attribute
private  XMLNode Signification.mCopy(TTLCopy x, Context c)
          Copy the content
private  XMLElement Signification.mElmtNode(TTLElmtNode enode, Context c)
          Handles the element node.
private  java.util.ArrayList<XMLNode> Signification.mItem(TTLItem i, Context c)
          Develops the items
private  java.util.ArrayList<XMLNode> Signification.mNodeRule(TTLNodeRule r, Context c)
          mNodeRule, for the recursion
private  java.util.ArrayList<XMLNode> Signification.mPattern(TTLPattern p, Context c)
          Find the matching pattern
private  java.lang.String Signification.mStringExpr(TTLStringExpr expr, Context c)
          Get the string value.
private  java.util.ArrayList<XMLNode> Signification.mTemplate(TTLTemplate t, Context initContext)
          Applies the Template.
private  XMLText Signification.mTextNode(TTLTextNode tnode, Context c)
          Get the text of a node