Template

esmeta.es.builtin.Template
See theTemplate companion object
case class Template(name: String, instances: Map[String, Map[String, String]]) extends ESElem

templates

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ESElem
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
ESElem -> Any
Inherited from:
ESElem
def toString(detail: Boolean, location: Boolean, grammar: Option[Grammar]): String

stringify with options

stringify with options

Attributes

Inherited from:
ESElem