Package org.opencypher.grammar
Class Conditional
- java.lang.Object
-
- org.opencypher.grammar.Conditional
-
public abstract class Conditional extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConditional.Flags
-
Field Summary
Fields Modifier and Type Field Description static StringXML_NAMESPACE
-
Constructor Summary
Constructors Constructor Description Conditional()
-
-
-
Field Detail
-
XML_NAMESPACE
public static final String XML_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
check
public abstract boolean check(Conditional.Flags flags)
-
-