Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlCommonParser.TypeNameContext |
GraphqlCommonParser.typeName() |
GraphqlCommonParser.TypeNameContext |
GraphqlCommonParser.TypeContext.typeName() |
GraphqlCommonParser.TypeNameContext |
GraphqlCommonParser.NonNullTypeContext.typeName() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlCommonListener.enterTypeName(GraphqlCommonParser.TypeNameContext ctx)
Enter a parse tree produced by
GraphqlCommonParser.typeName() . |
void |
GraphqlCommonBaseListener.enterTypeName(GraphqlCommonParser.TypeNameContext ctx)
Enter a parse tree produced by
GraphqlCommonParser.typeName() . |
void |
GraphqlCommonListener.exitTypeName(GraphqlCommonParser.TypeNameContext ctx)
Exit a parse tree produced by
GraphqlCommonParser.typeName() . |
void |
GraphqlCommonBaseListener.exitTypeName(GraphqlCommonParser.TypeNameContext ctx)
Exit a parse tree produced by
GraphqlCommonParser.typeName() . |
T |
GraphqlCommonVisitor.visitTypeName(GraphqlCommonParser.TypeNameContext ctx)
Visit a parse tree produced by
GraphqlCommonParser.typeName() . |
T |
GraphqlCommonBaseVisitor.visitTypeName(GraphqlCommonParser.TypeNameContext ctx)
Visit a parse tree produced by
GraphqlCommonParser.typeName() . |
Copyright © 2019. All rights reserved.