toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node
/
ShakeFileChildNodeImpl
Shake
File
Child
Node
Impl
abstract
class
ShakeFileChildNodeImpl
(
val
map
:
PositionMap
)
:
ShakeNodeImpl
,
ShakeFileChildNode
(
source
)
Inheritors
ShakeImportNode
ShakePackageNode
ShakeFunctionDeclarationNode
ShakeClassDeclarationNode
Members
Constructors
Shake
File
Child
Node
Impl
Link copied to clipboard
constructor
(
map
:
PositionMap
)
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
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
,
*
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String