| Package | Description |
|---|---|
| com.uwemeding.fuzzer | |
| com.uwemeding.fuzzer.java | |
| com.uwemeding.fuzzer.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
Member
Fuzzy range members.
|
class |
RuleExpression
A rule expression.
|
class |
Variable
Variable.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Node> |
Node.cast()
Cast this node to the desired type.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
RuleConditions.createAndCondition(Node left,
Node right)
Create an "AND" condition.
|
static Node |
RuleConditions.createInCondition(Variable var,
Node cond)
Create an "IN" condition.
|
static Node |
RuleConditions.createOrCondition(Node left,
Node right)
Create an "OR" condition.
|
Node |
RuleConditionEvaluator.evaluate(Node node)
Evaluate a condition.
|
Node |
Rule.getCondition()
Get the rule condition.
|
abstract Node |
RuleExpression.getLeft()
Get the left node of the expression.
|
abstract Node |
RuleExpression.getRight()
Get the right node of the expression.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Program.addRule(String name,
Node condition)
Add a rule to this program.
|
static void |
RuleConditions.checkNode(Node node,
Node.Type... validTypes)
Check a node for validity.
|
static Node |
RuleConditions.createAndCondition(Node left,
Node right)
Create an "AND" condition.
|
static Node |
RuleConditions.createInCondition(Variable var,
Node cond)
Create an "IN" condition.
|
static Node |
RuleConditions.createOrCondition(Node left,
Node right)
Create an "OR" condition.
|
Node |
RuleConditionEvaluator.evaluate(Node node)
Evaluate a condition.
|
| Constructor and Description |
|---|
Rule(String name,
Node condition) |
| Modifier and Type | Method and Description |
|---|---|
Node |
JavaConditionEvaluator.evaluate(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
JavaConditionEvaluator.evaluate(Node node) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
FuzzerParser.FuzzyAndCondition(Program program) |
static Node |
FuzzerParser.FuzzyCondition(Program program) |
static Node |
FuzzerParser.FuzzyInSetCondition(Program program) |
static Node |
FuzzerParser.FuzzyOrCondition(Program program) |
Copyright © 2013–2014. All rights reserved.