toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node
/
ShakeVariableType
Shake
Variable
Type
open
class
ShakeVariableType
:
ShakeNode
(
source
)
Inheritors
Object
Array
Members
Constructors
Shake
Variable
Type
Link copied to clipboard
constructor
(
subtype
:
ShakeNamespaceNode
?
)
constructor
(
type
:
ShakeVariableType.Type
)
Types
Array
Link copied to clipboard
class
Array
(
val
subtype
:
ShakeVariableType
)
:
ShakeVariableType
Companion
Link copied to clipboard
object
Companion
Object
Link copied to clipboard
class
Object
(
val
namespace
:
ShakeNamespaceNode
?
)
:
ShakeVariableType
Type
Link copied to clipboard
enum
Type
:
Enum
<
ShakeVariableType.Type
>
Properties
json
Link copied to clipboard
open
override
val
json
:
Map
<
String
,
*
>
node
Name
Link copied to clipboard
open
val
nodeName
:
String
type
Link copied to clipboard
val
type
:
ShakeVariableType.Type
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
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
Map
<
String
,
*
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String