Uses of Class
gnu.expr.Keyword

Packages that use Keyword
gnu.expr Supports Expression, 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
 Keyword[] LambdaExp.keywords
           
 

Methods in gnu.expr that return Keyword
static Keyword Keyword.make(java.lang.String name)
          Create or find a Keyword with a given name (without final ':').
 

Methods in gnu.expr with parameters of type Keyword
 void GenericProc.setProperty(Keyword key, java.lang.Object value)
           
 

Uses of Keyword in kawa.lang
 

Fields in kawa.lang declared as Keyword
static Keyword Lambda.nameKeyword
           
 

Uses of Keyword in kawa.standard
 

Fields in kawa.standard declared as Keyword
static Keyword object.accessKeyword
           
static Keyword object.allocationKeyword
           
static Keyword object.classNameKeyword
           
static Keyword object.interfaceKeyword
           
static Keyword object.throwsKeyword