toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node
/
ShakeValuedStatementNodeImpl
Shake
Valued
Statement
Node
Impl
abstract
class
ShakeValuedStatementNodeImpl
(
val
map
:
PositionMap
)
:
ShakeStatementNodeImpl
,
ShakeValuedStatementNode
(
source
)
Inheritors
ShakeIfNode
ShakeInvocationNode
ShakeClassConstructionNode
ShakeCommonVariableAssignmentNode
ShakeVariableDeclarationNode
ShakeVariableDecreaseNode
ShakeVariableIncreaseNode
Members
Constructors
Shake
Valued
Statement
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