org.webmacro.engine
Class FunctionCallBuilder

java.lang.Object
  extended byorg.webmacro.engine.FunctionCallBuilder
All Implemented Interfaces:
Builder

public class FunctionCallBuilder
extends java.lang.Object
implements Builder

Builder for standalone function calls $a($foo)

Since:
1.1
Author:
Brian Goetz

Constructor Summary
FunctionCallBuilder(java.lang.String name, ListBuilder args)
           
 
Method Summary
 java.lang.Object build(BuildContext bc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionCallBuilder

public FunctionCallBuilder(java.lang.String name,
                           ListBuilder args)
Method Detail

build

public java.lang.Object build(BuildContext bc)
                       throws BuildException
Specified by:
build in interface Builder
Throws:
BuildException