class DefaultCompanionEmitter extends CompanionEmitter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultCompanionEmitter
- CompanionEmitter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultCompanionEmitter(config: GeneratorConfiguration, table: Table)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
code: String
The generated code for the companion object.
The generated code for the companion object. Please ensure that the name is consistent with the naming strategy.
- Definition Classes
- CompanionEmitter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
innerCode: String
The inner code of the companion object.
The inner code of the companion object.
- Definition Classes
- DefaultCompanionEmitter → CompanionEmitter
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
namingStrategy: NamingStrategy
The naming strategy for the companion name.
The naming strategy for the companion name.
- Definition Classes
- DefaultCompanionEmitter → CompanionEmitter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: Table
The table to be transformed.
The table to be transformed.
- Definition Classes
- DefaultCompanionEmitter → CompanionEmitter
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )