toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node
/
ShakeCastNode
/
CastTarget
Cast
Target
class
CastTarget
@
JvmOverloads
constructor
(
val
type
:
ShakeCastNode.CastTarget.CastTargetType
,
val
subtype
:
ShakeNamespaceNode
?
=
null
)
(
source
)
Members
Constructors
Cast
Target
Link copied to clipboard
constructor
(
type
:
ShakeNamespaceNode
?
)
@
JvmOverloads
constructor
(
type
:
ShakeCastNode.CastTarget.CastTargetType
,
subtype
:
ShakeNamespaceNode
?
=
null
)
Types
Cast
Target
Type
Link copied to clipboard
enum
CastTargetType
:
Enum
<
ShakeCastNode.CastTarget.CastTargetType
>
Companion
Link copied to clipboard
object
Companion
Properties
subtype
Link copied to clipboard
val
subtype
:
ShakeNamespaceNode
?
=
null
type
Link copied to clipboard
val
type
:
ShakeCastNode.CastTarget.CastTargetType
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String