agl-processor
/
net.akehurst.language.agl.runtime.structure
/
LookaheadSet
common
Lookahead
Set
class
LookaheadSet
(number:
Int
, content:
Set
<
RuntimeRule
>)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
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
resolve
Link copied to clipboard
common
fun
resolve
(runtimeLookahead:
LookaheadSet
):
Set
<
RuntimeRule
>
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
content
Link copied to clipboard
common
val
content
:
Set
<
RuntimeRule
>
Content copied to clipboard
number
Link copied to clipboard
common
val
number
:
Int
Content copied to clipboard