toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node
/
ShakeFileChildNode
Shake
File
Child
Node
interface
ShakeFileChildNode
:
ShakeNode
(
source
)
Inheritors
ShakeDeclaration
ShakeFileChildNodeImpl
ShakeVariableDeclarationNode
Members
Properties
json
Link copied to clipboard
open
val
json
:
Map
<
String
,
*
>
node
Name
Link copied to clipboard
open
val
nodeName
:
String
Functions
equals
Link copied to clipboard
abstract
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
equals
Ignore
Position
Link copied to clipboard
abstract
fun
equalsIgnorePosition
(
other
:
Any
?
)
:
Boolean
to
Json
Link copied to clipboard
open
fun
toJson
(
)
:
Map
<
String
,
*
>