toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node
/
ShakeTypeArgumentNode
Shake
Type
Argument
Node
class
ShakeTypeArgumentNode
(
val
map
:
PositionMap
,
val
type
:
ShakeVariableType
)
:
ShakeNodeImpl
(
source
)
Members
Constructors
Shake
Type
Argument
Node
Link copied to clipboard
constructor
(
map
:
PositionMap
,
type
:
ShakeVariableType
)
Properties
json
Link copied to clipboard
open
val
json
:
Map
<
String
,
*
>
map
Link copied to clipboard
val
map
:
PositionMap
node
Name
Link copied to clipboard
open
val
nodeName
:
String
type
Link copied to clipboard
val
type
:
ShakeVariableType
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
equals
Ignore
Position
Link copied to clipboard
open
override
fun
equalsIgnorePosition
(
other
:
Any
?
)
:
Boolean
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
Map
<
String
,
*
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String