toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.shake.compiler.parser
/
com.shakelang.shake.parser.node.variables
/
ShakeVariableIncreaseNode
Shake
Variable
Increase
Node
class
ShakeVariableIncreaseNode
(
val
map
:
PositionMap
,
val
variable
:
ShakeValuedNode
,
val
operatorPosition
:
Int
)
:
ShakeValuedStatementNodeImpl
(
source
)
Members
Constructors
Shake
Variable
Increase
Node
Link copied to clipboard
constructor
(
map
:
PositionMap
,
variable
:
ShakeValuedNode
,
operatorPosition
:
Int
)
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
operator
Position
Link copied to clipboard
val
operatorPosition
:
Int
variable
Link copied to clipboard
val
variable
:
ShakeValuedNode
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