Package hydra.ext.graphql.syntax
Class BooleanValue
- java.lang.Object
-
- hydra.ext.graphql.syntax.BooleanValue
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BooleanValue.False
,BooleanValue.True
public abstract class BooleanValue extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BooleanValue.False
static interface
BooleanValue.PartialVisitor<R>
static class
BooleanValue.True
static interface
BooleanValue.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_FALSE
static Name
FIELD_NAME_TRUE
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(BooleanValue.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(BooleanValue.Visitor<R> visitor)
-
-