Building Parsers with Java

Uses of Class
sjm.examples.sling.Variable

Packages that use Variable
sjm.examples.sling   
 

Uses of Variable in sjm.examples.sling
 

Fields in sjm.examples.sling declared as Variable
protected  Variable AddFunctionCommand.nLine
           
protected  Variable AssignFunctionCommand.v
           
 

Methods in sjm.examples.sling that return Variable
 Variable SlingTarget.lookup(java.lang.String name)
          Return a variable of the given name.
 Variable SlingTarget.nLine()
          Return the special variable "nLine", which establishes the number of lines to use in rendering a function.
 Variable Scope.lookup(java.lang.String name)
          Returns a variable of the given name from this scope.
 

Constructors in sjm.examples.sling with parameters of type Variable
AddFunctionCommand.AddFunctionCommand(RenderableCollection renderables, SlingFunction f, Variable nLine)
          Construct a command to add the supplied function to the supplied function collection.
AssignFunctionCommand.AssignFunctionCommand(Variable v, SlingFunction f)
          Construct a command to assign the supplied function to the supplied variable.
 


by Steve Metsker