NameVisitor

org.finos.morphir.ir.NameVisitor
trait NameVisitor[-In, +Out]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def done: Out
def subVisitor: MorphirVisitor[Any, Any, In, Out]
def visitSegment(value: String, index: Int): Unit