PythonDeclarationMapper
io.github.scalats.python.PythonDeclarationMapper
final class PythonDeclarationMapper extends DeclarationMapper
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Value parameters
- context
-
the optional context (useful for conditional while composing)
- 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
Attributes
- Returns
-
Some print operation, or None if
declaration
is not handled
Inherited methods
Attributes
- Inherited from:
- DeclarationMapper
Attributes
- Inherited from:
- Function7
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
- Inherited from:
- DeclarationMapper
In this article