public class LogicalUnaryCondition extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MetadataVisitor visitor) |
Metadata |
getMetadata() |
static LogicalUnaryCondition |
negate(StepCondition step) |
BiPredicate<DslModel,Context> |
predicate() |
String |
readable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, not, orpublic static LogicalUnaryCondition negate(StepCondition step)
public Metadata getMetadata()
getMetadata in interface StepConditionpublic BiPredicate<DslModel,Context> predicate()
predicate in interface StepConditionpublic void accept(MetadataVisitor visitor)
accept in interface SyntaxTreeCopyright © 2017. All rights reserved.