DeclarationMapper

io.github.scalats.core.DeclarationMapper
See theDeclarationMapper companion object

The implementations must be class with a no-arg constructor.

See:

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Concise view

Value members

Abstract methods

def apply(parent: Resolved, settings: Settings, typeMapper: Resolved, fieldMapper: FieldMapper, declaration: Declaration, out: PrintStream): Option[Unit]

Attributes

declaration

the transpiled declaration to be emitted

fieldMapper

the field mapper

out

the printer to output the code

parent

the parent declaration mapper

settings

the current settings

typeMapper

the resolved type mapper

Returns:

Some print operation, or None if declaration is not handled

Concrete methods

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
Function6 -> Any

Inherited methods

def curried: T1 => T2 => T3 => T4 => T5 => T6 => R

Attributes

Inherited from:
Function6
def tupled: ((T1, T2, T3, T4, T5, T6)) => R

Attributes

Inherited from:
Function6