class RubyParser extends Parser
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RubyParser
- Parser
- Recognizer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RubyParser(input: TokenStream)
Type Members
- class TraceListener extends ParseTreeListener
- Definition Classes
- Parser
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def action(arg0: RuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Recognizer
- def addContextToParseTree(): Unit
- Attributes
- protected[runtime]
- Definition Classes
- Parser
- def addErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
- def addParseListener(arg0: ParseTreeListener): Unit
- Definition Classes
- Parser
- final def arguments(): ArgumentsContext
- final def argumentsWithParentheses(): ArgumentsWithParenthesesContext
- final def argumentsWithoutParentheses(): ArgumentsWithoutParenthesesContext
- final def arrayConstructor(): ArrayConstructorContext
- final def arrayParameter(): ArrayParameterContext
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def assignmentLikeMethodIdentifier(): AssignmentLikeMethodIdentifierContext
- final def association(): AssociationContext
- final def associations(): AssociationsContext
- final def beginExpression(): BeginExpressionContext
- final def block(): BlockContext
- final def blockArgument(): BlockArgumentContext
- final def blockParameter(): BlockParameterContext
- final def blockParameters(): BlockParametersContext
- final def bodyStatement(): BodyStatementContext
- final def braceBlock(): BraceBlockContext
- final def caseExpression(): CaseExpressionContext
- final def chainedCommandWithDoBlock(): ChainedCommandWithDoBlockContext
- final def classDefinition(): ClassDefinitionContext
- final def classOrModuleReference(): ClassOrModuleReferenceContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def command(): CommandContext
- final def commandWithDoBlock(): CommandWithDoBlockContext
- def compileParseTreePattern(arg0: String, arg1: Int, arg2: Lexer): ParseTreePattern
- Definition Classes
- Parser
- def compileParseTreePattern(arg0: String, arg1: Int): ParseTreePattern
- Definition Classes
- Parser
- final def compoundStatement(): CompoundStatementContext
- def consume(): Token
- Definition Classes
- Parser
- def createErrorNode(arg0: ParserRuleContext, arg1: Token): ErrorNode
- Definition Classes
- Parser
- def createTerminalNode(arg0: ParserRuleContext, arg1: Token): TerminalNode
- Definition Classes
- Parser
- final def definedMethodName(): DefinedMethodNameContext
- final def definedMethodNameOrSymbol(): DefinedMethodNameOrSymbolContext
- final def doBlock(): DoBlockContext
- final def doClause(): DoClauseContext
- def dumpDFA(): Unit
- Definition Classes
- Parser
- final def elseClause(): ElseClauseContext
- final def elsifClause(): ElsifClauseContext
- final def ensureClause(): EnsureClauseContext
- def enterOuterAlt(arg0: ParserRuleContext, arg1: Int): Unit
- Definition Classes
- Parser
- def enterRecursionRule(arg0: ParserRuleContext, arg1: Int, arg2: Int, arg3: Int): Unit
- Definition Classes
- Parser
- def enterRule(arg0: ParserRuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Parser
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def exceptionClass(): ExceptionClassContext
- final def exceptionVariableAssignment(): ExceptionVariableAssignmentContext
- def exitRule(): Unit
- Definition Classes
- Parser
- final def expression(): ExpressionContext
- final def expressionOrCommand(): ExpressionOrCommandContext
- final def expressionOrCommands(): ExpressionOrCommandsContext
- final def expressions(): ExpressionsContext
- final def forExpression(): ForExpressionContext
- final def forVariable(): ForVariableContext
- def getATN(): ATN
- Definition Classes
- RubyParser → Recognizer
- Annotations
- @Override()
- def getATNWithBypassAlts(): ATN
- Definition Classes
- Parser
- def getBuildParseTree(): Boolean
- Definition Classes
- Parser
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getContext(): ParserRuleContext
- Definition Classes
- Parser
- def getCurrentToken(): Token
- Definition Classes
- Parser
- def getDFAStrings(): List[String]
- Definition Classes
- Parser
- def getErrorHandler(): ANTLRErrorStrategy
- Definition Classes
- Parser
- def getErrorHeader(arg0: RecognitionException): String
- Definition Classes
- Recognizer
- def getErrorListenerDispatch(): ANTLRErrorListener
- Definition Classes
- Recognizer
- def getErrorListeners(): List[_ <: ANTLRErrorListener]
- Definition Classes
- Recognizer
- def getExpectedTokens(): IntervalSet
- Definition Classes
- Parser
- def getExpectedTokensWithinCurrentRule(): IntervalSet
- Definition Classes
- Parser
- def getGrammarFileName(): String
- Definition Classes
- RubyParser → Recognizer
- Annotations
- @Override()
- def getInputStream(): TokenStream
- Definition Classes
- Parser → Recognizer
- def getInterpreter(): ParserATNSimulator
- Definition Classes
- Recognizer
- def getInvokingContext(arg0: Int): ParserRuleContext
- Definition Classes
- Parser
- def getNumberOfSyntaxErrors(): Int
- Definition Classes
- Parser
- def getParseInfo(): ParseInfo
- Definition Classes
- Parser → Recognizer
- def getParseListeners(): List[ParseTreeListener]
- Definition Classes
- Parser
- final def getPrecedence(): Int
- Definition Classes
- Parser
- def getRuleContext(): ParserRuleContext
- Definition Classes
- Parser
- def getRuleIndex(arg0: String): Int
- Definition Classes
- Parser
- def getRuleIndexMap(): Map[String, Integer]
- Definition Classes
- Recognizer
- def getRuleInvocationStack(arg0: RuleContext): List[String]
- Definition Classes
- Parser
- def getRuleInvocationStack(): List[String]
- Definition Classes
- Parser
- def getRuleNames(): Array[String]
- Definition Classes
- RubyParser → Recognizer
- Annotations
- @Override()
- def getSerializedATN(): String
- Definition Classes
- RubyParser → Recognizer
- Annotations
- @Override()
- def getSourceName(): String
- Definition Classes
- Parser
- final def getState(): Int
- Definition Classes
- Recognizer
- def getTokenFactory(): TokenFactory[_ <: AnyRef]
- Definition Classes
- Parser → Recognizer
- def getTokenStream(): TokenStream
- Definition Classes
- Parser
- def getTokenType(arg0: String): Int
- Definition Classes
- Recognizer
- def getTokenTypeMap(): Map[String, Integer]
- Definition Classes
- Recognizer
- def getTrimParseTree(): Boolean
- Definition Classes
- Parser
- def getVocabulary(): Vocabulary
- Definition Classes
- RubyParser → Recognizer
- Annotations
- @Override()
- final def groupedLeftHandSide(): GroupedLeftHandSideContext
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def hashConstructor(): HashConstructorContext
- final def ifExpression(): IfExpressionContext
- def inContext(arg0: String): Boolean
- Definition Classes
- Parser
- final def indexingArguments(): IndexingArgumentsContext
- final def interpolatedRegexSequence(): InterpolatedRegexSequenceContext
- final def interpolatedStringSequence(): InterpolatedStringSequenceContext
- final def invocationWithoutParentheses(): InvocationWithoutParenthesesContext
- def isExpectedToken(arg0: Int): Boolean
- Definition Classes
- Parser
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMatchedEOF(): Boolean
- Definition Classes
- Parser
- def isTrace(): Boolean
- Definition Classes
- Parser
- final def jumpExpression(): JumpExpressionContext
- final def keyword(): KeywordContext
- final def literal(): LiteralContext
- final def mandatoryParameters(): MandatoryParametersContext
- def match(arg0: Int): Token
- Definition Classes
- Parser
- Annotations
- @throws(classOf[org.antlr.v4.runtime.RecognitionException])
- def matchWildcard(): Token
- Definition Classes
- Parser
- Annotations
- @throws(classOf[org.antlr.v4.runtime.RecognitionException])
- final def methodDefinition(): MethodDefinitionContext
- final def methodIdentifier(): MethodIdentifierContext
- final def methodName(): MethodNameContext
- final def methodNamePart(): MethodNamePartContext
- final def methodOnlyIdentifier(): MethodOnlyIdentifierContext
- final def methodParameterPart(): MethodParameterPartContext
- final def moduleDefinition(): ModuleDefinitionContext
- final def multipleLeftHandSide(): MultipleLeftHandSideContext
- final def multipleLeftHandSideItem(): MultipleLeftHandSideItemContext
- final def multipleRightHandSide(): MultipleRightHandSideContext
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def notifyErrorListeners(arg0: Token, arg1: String, arg2: RecognitionException): Unit
- Definition Classes
- Parser
- final def notifyErrorListeners(arg0: String): Unit
- Definition Classes
- Parser
- final def numericLiteral(): NumericLiteralContext
- final def operatorMethodName(): OperatorMethodNameContext
- final def optionalParameter(): OptionalParameterContext
- final def optionalParameters(): OptionalParametersContext
- final def packingLeftHandSide(): PackingLeftHandSideContext
- final def parameters(): ParametersContext
- def precpred(arg0: RuleContext, arg1: Int): Boolean
- Definition Classes
- Parser → Recognizer
- final def primary(): PrimaryContext
- final def procParameter(): ProcParameterContext
- final def program(): ProgramContext
- final def pseudoVariableIdentifier(): PseudoVariableIdentifierContext
- def pushNewRecursionContext(arg0: ParserRuleContext, arg1: Int, arg2: Int): Unit
- Definition Classes
- Parser
- final def regexInterpolation(): RegexInterpolationContext
- def removeErrorListener(arg0: ANTLRErrorListener): Unit
- Definition Classes
- Recognizer
- def removeErrorListeners(): Unit
- Definition Classes
- Recognizer
- def removeParseListener(arg0: ParseTreeListener): Unit
- Definition Classes
- Parser
- def removeParseListeners(): Unit
- Definition Classes
- Parser
- final def rescueClause(): RescueClauseContext
- def reset(): Unit
- Definition Classes
- Parser
- final def scopedConstantReference(): ScopedConstantReferenceContext
- def sempred(_localctx: RuleContext, ruleIndex: Int, predIndex: Int): Boolean
- Definition Classes
- RubyParser → Recognizer
- final def separator(): SeparatorContext
- final def separators(): SeparatorsContext
- def setBuildParseTree(arg0: Boolean): Unit
- Definition Classes
- Parser
- def setContext(arg0: ParserRuleContext): Unit
- Definition Classes
- Parser
- def setErrorHandler(arg0: ANTLRErrorStrategy): Unit
- Definition Classes
- Parser
- final def setInputStream(arg0: IntStream): Unit
- Definition Classes
- Parser → Recognizer
- def setInterpreter(arg0: ParserATNSimulator): Unit
- Definition Classes
- Recognizer
- def setProfile(arg0: Boolean): Unit
- Definition Classes
- Parser
- final def setState(arg0: Int): Unit
- Definition Classes
- Recognizer
- def setTokenFactory(arg0: TokenFactory[_ <: AnyRef]): Unit
- Definition Classes
- Parser → Recognizer
- def setTokenStream(arg0: TokenStream): Unit
- Definition Classes
- Parser
- def setTrace(arg0: Boolean): Unit
- Definition Classes
- Parser
- def setTrimParseTree(arg0: Boolean): Unit
- Definition Classes
- Parser
- final def singleLeftHandSide(): SingleLeftHandSideContext
- final def singletonObject(): SingletonObjectContext
- final def splattingArgument(): SplattingArgumentContext
- final def statement(): StatementContext
- final def statements(): StatementsContext
- final def stringInterpolation(): StringInterpolationContext
- final def symbol(): SymbolContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def thenClause(): ThenClauseContext
- def toString(): String
- Definition Classes
- AnyRef → Any
- def triggerEnterRuleEvent(): Unit
- Attributes
- protected[runtime]
- Definition Classes
- Parser
- def triggerExitRuleEvent(): Unit
- Attributes
- protected[runtime]
- Definition Classes
- Parser
- final def unlessExpression(): UnlessExpressionContext
- def unrollRecursionContexts(arg0: ParserRuleContext): Unit
- Definition Classes
- Parser
- final def unsignedNumericLiteral(): UnsignedNumericLiteralContext
- final def untilExpression(): UntilExpressionContext
- final def variableIdentifier(): VariableIdentifierContext
- final def variableReference(): VariableReferenceContext
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def whenArgument(): WhenArgumentContext
- final def whenClause(): WhenClauseContext
- final def whileExpression(): WhileExpressionContext
- final def wsOrNl(): WsOrNlContext
- final def yieldWithOptionalArgument(): YieldWithOptionalArgumentContext
Deprecated Value Members
- def enterRecursionRule(arg0: ParserRuleContext, arg1: Int): Unit
- Definition Classes
- Parser
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def getTokenErrorDisplay(arg0: Token): String
- Definition Classes
- Recognizer
- Annotations
- @Deprecated
- Deprecated
- def getTokenNames(): Array[String]
- Definition Classes
- RubyParser → Recognizer
- Annotations
- @Override() @Deprecated
- Deprecated