Package hydra.ext.graphql.syntax
Class ExecutableDirectiveLocation.INLINELowbarFRAGMENT
- java.lang.Object
-
- hydra.ext.graphql.syntax.ExecutableDirectiveLocation
-
- hydra.ext.graphql.syntax.ExecutableDirectiveLocation.INLINELowbarFRAGMENT
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ExecutableDirectiveLocation
public static final class ExecutableDirectiveLocation.INLINELowbarFRAGMENT extends ExecutableDirectiveLocation implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.graphql.syntax.ExecutableDirectiveLocation
ExecutableDirectiveLocation.FIELD, ExecutableDirectiveLocation.FRAGMENTLowbarDEFINITION, ExecutableDirectiveLocation.FRAGMENTLowbarSPREAD, ExecutableDirectiveLocation.INLINELowbarFRAGMENT, ExecutableDirectiveLocation.MUTATION, ExecutableDirectiveLocation.PartialVisitor<R>, ExecutableDirectiveLocation.QUERY, ExecutableDirectiveLocation.SUBSCRIPTION, ExecutableDirectiveLocation.VARIABLELowbarDEFINITION, ExecutableDirectiveLocation.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.graphql.syntax.ExecutableDirectiveLocation
FIELD_NAME_F_I_E_L_D, FIELD_NAME_F_R_A_G_M_E_N_T_LOWBAR_D_E_F_I_N_I_T_I_O_N, FIELD_NAME_F_R_A_G_M_E_N_T_LOWBAR_S_P_R_E_A_D, FIELD_NAME_I_N_L_I_N_E_LOWBAR_F_R_A_G_M_E_N_T, FIELD_NAME_M_U_T_A_T_I_O_N, FIELD_NAME_Q_U_E_R_Y, FIELD_NAME_S_U_B_S_C_R_I_P_T_I_O_N, FIELD_NAME_V_A_R_I_A_B_L_E_LOWBAR_D_E_F_I_N_I_T_I_O_N, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description INLINELowbarFRAGMENT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(ExecutableDirectiveLocation.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(ExecutableDirectiveLocation.Visitor<R> visitor)
- Specified by:
accept
in classExecutableDirectiveLocation
-
-