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. keywordsMethods in gnu.expr that return Keyword Modifier and Type Method Description KeywordExpression. checkLiteralKeyword()Is this a keyword argument? In the future this will return non-null only for explicit literal non-quoted Keywords.static KeywordKeyword. 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 voidGenericProc. setProperty(Keyword key, Object value) -
Uses of Keyword in kawa.lang
Fields in kawa.lang declared as Keyword Modifier and Type Field Description static KeywordLambda. nameKeyword -
Uses of Keyword in kawa.standard
Fields in kawa.standard declared as Keyword Modifier and Type Field Description static Keywordobject. accessKeywordstatic Keywordobject. allocationKeywordstatic Keywordobject. classNameKeywordstatic Keywordobject. interfaceKeywordstatic Keywordobject. throwsKeyword
-