| Package | Description |
|---|---|
| com.uwemeding.fuzzer | |
| com.uwemeding.fuzzer.parser |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Program.addRule(String name,
Node condition)
Add a rule to this program.
|
Rule |
Rule.assign(Variable var,
Member m)
Assign a variable.
|
Rule |
Program.getRule(String name)
Get a rule by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Rule> |
Program.rules()
Get the rules.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FuzzerParser.FuzzyRuleAssignment(Program program,
Rule rule) |
Copyright © 2013–2014. All rights reserved.