Uses of Class
info.bliki.wiki.template.expr.ast.SymbolNode

Packages that use SymbolNode
info.bliki.wiki.template.expr.ast The abstract syntax tree classes for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions. 
info.bliki.wiki.template.expr.operator The operator classes (i.e. for binary, prefix and postfix Operators) for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions. 
 

Uses of SymbolNode in info.bliki.wiki.template.expr.ast
 

Methods in info.bliki.wiki.template.expr.ast that return SymbolNode
 SymbolNode IParserFactory.createSymbol(java.lang.String symbolName)
          Create a symbol from the scanned identifier string
 

Methods in info.bliki.wiki.template.expr.ast with parameters of type SymbolNode
 FunctionNode IParserFactory.createFunction(SymbolNode head)
          Creates a new function with head head and 0 arguments.
 FunctionNode IParserFactory.createFunction(SymbolNode head, ASTNode arg0)
          Creates a new function with head head and 1 argument.
 FunctionNode IParserFactory.createFunction(SymbolNode head, ASTNode arg0, ASTNode arg1)
          Creates a new function with head head and 2 arguments.
 

Constructors in info.bliki.wiki.template.expr.ast with parameters of type SymbolNode
FunctionNode(SymbolNode head, ASTNode arg0)
           
FunctionNode(SymbolNode head, ASTNode arg0, ASTNode arg1)
           
 

Uses of SymbolNode in info.bliki.wiki.template.expr.operator
 

Methods in info.bliki.wiki.template.expr.operator that return SymbolNode
 SymbolNode ASTNodeFactory.createSymbol(java.lang.String symbolName)
           
 

Methods in info.bliki.wiki.template.expr.operator with parameters of type SymbolNode
 FunctionNode ASTNodeFactory.createFunction(SymbolNode head)
           
 FunctionNode ASTNodeFactory.createFunction(SymbolNode head, ASTNode arg0)
           
 FunctionNode ASTNodeFactory.createFunction(SymbolNode head, ASTNode arg0, ASTNode arg1)
           
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.