Package graphql.parser
Interface ParsingListener.Token
-
- Enclosing interface:
- ParsingListener
public static interface ParsingListener.TokenThis represents a token that has been parsed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCharPositionInLine()intgetLine()java.lang.StringgetText()
-