class GraphQLFederationLexer extends Lexer
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphQLFederationLexer
- Lexer
- TokenSource
- Recognizer
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GraphQLFederationLexer(input: CharStream)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to any2stringadd[GraphQLFederationLexer] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (GraphQLFederationLexer, B)
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to ArrowAssoc[GraphQLFederationLexer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
action(arg0: RuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Recognizer
-
def
addErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
emit(): Token
- Definition Classes
- Lexer
-
def
emit(arg0: Token): Unit
- Definition Classes
- Lexer
-
def
emitEOF(): Token
- Definition Classes
- Lexer
-
def
ensuring(cond: (GraphQLFederationLexer) ⇒ Boolean, msg: ⇒ Any): GraphQLFederationLexer
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to Ensuring[GraphQLFederationLexer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (GraphQLFederationLexer) ⇒ Boolean): GraphQLFederationLexer
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to Ensuring[GraphQLFederationLexer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): GraphQLFederationLexer
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to Ensuring[GraphQLFederationLexer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): GraphQLFederationLexer
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to Ensuring[GraphQLFederationLexer] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getATN(): ATN
- Definition Classes
- GraphQLFederationLexer → Recognizer
- Annotations
- @Override()
-
def
getAllTokens(): List[_ <: Token]
- Definition Classes
- Lexer
-
def
getChannel(): Int
- Definition Classes
- Lexer
-
def
getChannelNames(): Array[String]
- Definition Classes
- GraphQLFederationLexer → Lexer
- Annotations
- @Override()
-
def
getCharErrorDisplay(arg0: Int): String
- Definition Classes
- Lexer
-
def
getCharIndex(): Int
- Definition Classes
- Lexer
-
def
getCharPositionInLine(): Int
- Definition Classes
- Lexer → TokenSource
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getErrorDisplay(arg0: Int): String
- Definition Classes
- Lexer
-
def
getErrorDisplay(arg0: String): String
- Definition Classes
- Lexer
-
def
getErrorHeader(arg0: RecognitionException): String
- Definition Classes
- Recognizer
-
def
getErrorListenerDispatch(): ANTLRErrorListener
- Definition Classes
- Recognizer
-
def
getErrorListeners(): List[_ <: ANTLRErrorListener]
- Definition Classes
- Recognizer
-
def
getGrammarFileName(): String
- Definition Classes
- GraphQLFederationLexer → Recognizer
- Annotations
- @Override()
-
def
getInputStream(): CharStream
- Definition Classes
- Lexer → TokenSource → Recognizer
-
def
getInterpreter(): LexerATNSimulator
- Definition Classes
- Recognizer
-
def
getLine(): Int
- Definition Classes
- Lexer → TokenSource
-
def
getModeNames(): Array[String]
- Definition Classes
- GraphQLFederationLexer → Lexer
- Annotations
- @Override()
-
def
getParseInfo(): ParseInfo
- Definition Classes
- Recognizer
-
def
getRuleIndexMap(): Map[String, Integer]
- Definition Classes
- Recognizer
-
def
getRuleNames(): Array[String]
- Definition Classes
- GraphQLFederationLexer → Recognizer
- Annotations
- @Override()
-
def
getSerializedATN(): String
- Definition Classes
- GraphQLFederationLexer → Recognizer
- Annotations
- @Override()
-
def
getSourceName(): String
- Definition Classes
- Lexer → TokenSource
-
final
def
getState(): Int
- Definition Classes
- Recognizer
-
def
getText(): String
- Definition Classes
- Lexer
-
def
getToken(): Token
- Definition Classes
- Lexer
-
def
getTokenFactory(): TokenFactory[_ <: Token]
- Definition Classes
- Lexer → TokenSource → Recognizer
-
def
getTokenType(arg0: String): Int
- Definition Classes
- Recognizer
-
def
getTokenTypeMap(): Map[String, Integer]
- Definition Classes
- Recognizer
-
def
getType(): Int
- Definition Classes
- Lexer
-
def
getVocabulary(): Vocabulary
- Definition Classes
- GraphQLFederationLexer → Recognizer
- Annotations
- @Override()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mode(arg0: Int): Unit
- Definition Classes
- Lexer
-
def
more(): Unit
- Definition Classes
- Lexer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nextToken(): Token
- Definition Classes
- Lexer → TokenSource
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
notifyListeners(arg0: LexerNoViableAltException): Unit
- Definition Classes
- Lexer
-
def
popMode(): Int
- Definition Classes
- Lexer
-
def
precpred(arg0: RuleContext, arg1: Int): Boolean
- Definition Classes
- Recognizer
-
def
pushMode(arg0: Int): Unit
- Definition Classes
- Lexer
-
def
recover(arg0: RecognitionException): Unit
- Definition Classes
- Lexer
-
def
recover(arg0: LexerNoViableAltException): Unit
- Definition Classes
- Lexer
-
def
removeErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
-
def
removeErrorListeners(): Unit
- Definition Classes
- Recognizer
-
def
reset(): Unit
- Definition Classes
- Lexer
-
def
sempred(arg0: RuleContext, arg1: Int, arg2: Int): Boolean
- Definition Classes
- Recognizer
-
def
setChannel(arg0: Int): Unit
- Definition Classes
- Lexer
-
def
setCharPositionInLine(arg0: Int): Unit
- Definition Classes
- Lexer
-
def
setInputStream(arg0: IntStream): Unit
- Definition Classes
- Lexer → Recognizer
-
def
setInterpreter(arg0: LexerATNSimulator): Unit
- Definition Classes
- Recognizer
-
def
setLine(arg0: Int): Unit
- Definition Classes
- Lexer
-
final
def
setState(arg0: Int): Unit
- Definition Classes
- Recognizer
-
def
setText(arg0: String): Unit
- Definition Classes
- Lexer
-
def
setToken(arg0: Token): Unit
- Definition Classes
- Lexer
-
def
setTokenFactory(arg0: TokenFactory[_]): Unit
- Definition Classes
- Lexer → TokenSource → Recognizer
-
def
setType(arg0: Int): Unit
- Definition Classes
- Lexer
-
def
skip(): Unit
- Definition Classes
- Lexer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (GraphQLFederationLexer, B)
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to ArrowAssoc[GraphQLFederationLexer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GraphQLFederationLexer to StringFormat[GraphQLFederationLexer] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.
-
def
getTokenErrorDisplay(arg0: Token): String
- Definition Classes
- Recognizer
- Annotations
- @Deprecated
- Deprecated
-
def
getTokenNames(): Array[String]
- Definition Classes
- GraphQLFederationLexer → Lexer → Recognizer
- Annotations
- @Override() @Deprecated
- Deprecated