| Package | Description |
|---|---|
| com.uwemeding.fuzzer | |
| com.uwemeding.fuzzer.parser |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Program.addInput(String name,
T from,
T to,
T step)
Add an input variable to this program.
|
Variable |
Program.addInput(Variable var)
Add an input variable to this program.
|
<T extends Number> |
Program.addOutput(String name,
T from,
T to,
T step)
Add an output variable to this program.
|
Variable |
Program.addOutput(Variable var)
Add an output variable to this program.
|
Variable |
Program.getInput(String inputName)
Get an input by name.
|
Variable |
Program.getOutput(String outputName)
Get an output by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Variable> |
Rule.assignmentVariables()
Get the assignment variables.
|
Collection<Variable> |
Program.inputs()
Get the inputs.
|
Collection<Variable> |
Program.outputs()
Get the outputs.
|
| Modifier and Type | Method and Description |
|---|---|
Variable |
Program.addInput(Variable var)
Add an input variable to this program.
|
Variable |
Program.addOutput(Variable var)
Add an output variable to this program.
|
Rule |
Rule.assign(Variable var,
Member m)
Assign a variable.
|
static Node |
RuleConditions.createInCondition(Variable var,
Node cond)
Create an "IN" condition.
|
Member |
Rule.getMember(Variable var)
Get the member assignment for the variable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FuzzerParser.FunctionCall(Program program,
Variable var,
String memberName) |
static void |
FuzzerParser.FunctionCallParameters(Program program,
Variable var,
String memberName,
FunctionCall call) |
static void |
FuzzerParser.MemberDefinition(Program program,
Variable var) |
Copyright © 2013–2014. All rights reserved.