- key - Variable in enum org.stekikun.dolmen.codegen.Config.Keys
-
Name of the key
- key - Variable in class org.stekikun.dolmen.syntax.Option
-
The key identifying this option
- KEYWORDS - Static variable in class org.stekikun.dolmen.common.Java
-
An array of all keywords of the Java language (JLS 8)
NB: This includes the reserved literals false
, true
and null
, which are not technically keywords.
- keywordSet - Static variable in class org.stekikun.dolmen.common.Java
-
A set of all keywords of the Java language (JLS 8)
NB: This includes the reserved literals false
, true
and null
, which are not technically keywords.
- kind - Variable in class org.stekikun.dolmen.automaton.NFA.Event
-
What kind of event this is
- kind - Variable in class org.stekikun.dolmen.syntax.Regular
-
Specifies what kind of regular expression this
is
- kind - Variable in class org.stekikun.dolmen.tagged.TRegular
-
Specifies what kind of regular expression this
is