agl-processor
/
net.akehurst.language.agl.runtime.structure
/
RulePosition
common
Rule
Position
class
RulePosition
(runtimeRule:
RuntimeRule
, option:
Int
, position:
Int
)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
atEnd
Link copied to clipboard
common
fun
atEnd
():
RulePosition
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
next
Link copied to clipboard
common
fun
next
():
Set
<
RulePosition
>
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
identity
Link copied to clipboard
common
val
identity
:
RuleOptionId
Content copied to clipboard
isAtEnd
Link copied to clipboard
common
val
isAtEnd
:
Boolean
Content copied to clipboard
isAtStart
Link copied to clipboard
common
val
isAtStart
:
Boolean
Content copied to clipboard
item
Link copied to clipboard
common
val
item
:
RuntimeRule
?
Content copied to clipboard
items
Link copied to clipboard
common
val
items
:
List
<
RuntimeRule
>
Content copied to clipboard
option
Link copied to clipboard
common
val
option
:
Int
Content copied to clipboard
position
Link copied to clipboard
common
val
position
:
Int
Content copied to clipboard
priority
Link copied to clipboard
common
val
priority
:
Int
Content copied to clipboard
runtimeRule
Link copied to clipboard
common
val
runtimeRule
:
RuntimeRule
Content copied to clipboard