object Dump extends core.Dump
- Source
- Dump.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dump
- Dump
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def agent(agent: Agent, exporting: Boolean): String
- def agentset(as: AgentSet, exporting: Boolean): String
- val csv: CSV
- val dumpApiObject: PartialFunction[(AnyRef, Boolean, Boolean), String]
-
val
dumpObject: PartialFunction[(AnyRef, Boolean, Boolean), String]
- Definition Classes
- Dump
- def extensionObject(obj: ExtensionObject, readable: Boolean, exporting: Boolean, reference: Boolean): String
- def isKnownType(obj: AnyRef): Boolean
-
def
iterator(iter: Iterator[AnyRef], prefix: String, suffix: String, delimiter: String, readable: Boolean, exporting: Boolean): String
- Definition Classes
- Dump
-
def
list(list: LogoList, readable: Boolean, exporting: Boolean): String
- Definition Classes
- Dump
-
def
logoObject(obj: AnyRef, readable: Boolean, exporting: Boolean): String
- Definition Classes
- Dump → Dump
-
def
logoObject(obj: AnyRef): String
- Definition Classes
- Dump
-
def
number(obj: Double): String
- Definition Classes
- Dump
-
def
number(d: Double): String
- Definition Classes
- Dump
- def typeName(clazz: Class[_]): String
- def typeName(obj: AnyRef): String