Uses of Class
gnu.expr.Keyword
-
Packages that use Keyword Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.kawa.lang kawa.standard -
-
Uses of Keyword in gnu.expr
Fields in gnu.expr declared as Keyword Modifier and Type Field Description Keyword[]
LambdaExp. keywords
Methods in gnu.expr that return Keyword Modifier and Type Method Description Keyword
Expression. checkLiteralKeyword()
Is this a keyword argument? In the future this will return non-null only for explicit literal non-quoted Keywords.static Keyword
Keyword. make(String name)
Create or find a Keyword with a given name (without ':').Methods in gnu.expr with parameters of type Keyword Modifier and Type Method Description void
GenericProc. setProperty(Keyword key, Object value)
-
Uses of Keyword in kawa.lang
Fields in kawa.lang declared as Keyword Modifier and Type Field Description static Keyword
Lambda. nameKeyword
-
Uses of Keyword in kawa.standard
Fields in kawa.standard declared as Keyword Modifier and Type Field Description static Keyword
object. accessKeyword
static Keyword
object. allocationKeyword
static Keyword
object. classNameKeyword
static Keyword
object. interfaceKeyword
static Keyword
object. throwsKeyword
-