TranslatingState

com.reactific.riddl.commands.TranslatingState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Concrete methods

def addDir(name: String): Path
def addFile(file: OF): TranslatingState.this.type
def close: Seq[Path]
def generatedFiles: Seq[Path]
def makeDefPath(definition: Definition, parents: Seq[Definition]): Seq[String]
def parentDirs: Path

Concrete fields

val dirs: Stack[Path]
val files: ListBuffer[OF]