AstCreator

object AstCreator
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def column(node: Host): Option[Integer]
def line(node: Host): Option[Integer]
def withOrder[T, X](nodeList: List[T])(f: (T, Int) => X): Seq[X]
def withOrder[T, X](nodeList: Iterable[T])(f: (T, Int) => X): Seq[X]