|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NewFunction2.Builder | |
|---|---|
| com.flagstone.transform.action | The action package contains all the classes used to represent the different actions in a Flash file (currently ActionScript 3 is not supported). |
| Uses of NewFunction2.Builder in com.flagstone.transform.action |
|---|
| Methods in com.flagstone.transform.action that return NewFunction2.Builder | |
|---|---|
NewFunction2.Builder |
NewFunction2.Builder.addAction(Action action)
Add an action to the list of actions that will make up the body of the function. |
NewFunction2.Builder |
NewFunction2.Builder.addArgument(String argName)
Add the name of an argument to the list of arguments that will be passed to the function. |
NewFunction2.Builder |
NewFunction2.Builder.addArgument(String argName,
int index)
Add the name of an argument and the number of the register where it will be stored to the list of arguments that will be passed to the function. |
NewFunction2.Builder |
NewFunction2.Builder.allocate(int count)
Set the number of registers to allocate for the function. |
NewFunction2.Builder |
NewFunction2.Builder.optimize(NewFunction2.Optimization opt)
Add an Optimization to be used by the function. |
NewFunction2.Builder |
NewFunction2.Builder.setName(String aString)
Set the name of the function. |
| Constructors in com.flagstone.transform.action with parameters of type NewFunction2.Builder | |
|---|---|
NewFunction2(NewFunction2.Builder builder)
Creates and initialises a NewFunction2 object using parameters defined in the Builder. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||