TopLevelParser

com.reactific.riddl.language.parsing.TopLevelParser
See theTopLevelParser companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def parse(file: File): Either[Messages, RootContainer]
def parse(path: Path): Either[Messages, RootContainer]
def parse(url: URL): Either[Messages, RootContainer]
def parse(input: String, origin: String): Either[Messages, RootContainer]