ParsingContext
com.ossuminc.riddl.language.parsing.ParsingContext
trait ParsingContext(using pc: PlatformContext) extends ParsingErrors
Unit Tests For ParsingContext
Attributes
- Source
- ParsingContext.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait ExtensibleTopLevelParserclass TopLevelParser
Members list
Value members
Concrete methods
Attributes
- Source
- ParsingContext.scala
def doImport(loc: At, domainName: Identifier, url: LiteralString)(implicit ctx: ParsingRun[_]): Domain
Attributes
- Source
- ParsingContext.scala
Attributes
- Source
- ParsingContext.scala
Attributes
- Source
- ParsingContext.scala
Attributes
- Source
- ParsingContext.scala
def parseRule[RESULT <: RiddlValue](rpi: RiddlParserInput, rule: (ParsingRun[_]) => ParsingRun[RESULT], withVerboseFailures: Boolean)(validate: (result: Either[Messages, RESULT], input: RiddlParserInput, index: Int) => Either[Messages, RESULT]): Either[Messages, RESULT]
Attributes
- Source
- ParsingContext.scala
Inherited methods
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
Attributes
- Inherited from:
- ParsingErrors
- Source
- ParsingErrors.scala
In this article