Uses of Class
clojure.lang.Keyword

Packages that use Keyword
clojure.lang Clojure language implementation. 
 

Uses of Keyword in clojure.lang
 

Fields in clojure.lang declared as Keyword
static Keyword LispReader.COND_ALLOW
           
static Keyword LispReader.COND_PRESERVE
           
static Keyword LispReader.ConditionalReader.DEFAULT_FEATURE
           
static Keyword Compiler.directLinkingKey
           
static Keyword Compiler.disableLocalsClearingKey
           
static Keyword Compiler.elideMetaKey
           
static Keyword LispReader.EOFTHROW
           
static Keyword ReaderConditional.FORM_KW
           
static Keyword TaggedLiteral.FORM_KW
           
 Keyword Compiler.KeywordExpr.k
           
 Keyword MethodImplCache.methodk
           
static Keyword LispReader.OPT_EOF
           
static Keyword LispReader.OPT_FEATURES
           
static Keyword LispReader.OPT_READ_COND
           
static Keyword ReaderConditional.SPLICING_KW
           
 Keyword Compiler.CaseExpr.switchType
           
static Keyword TaggedLiteral.TAG_KW
           
 Keyword Compiler.CaseExpr.testType
           
 

Methods in clojure.lang that return Keyword
static Keyword Keyword.find(String nsname)
           
static Keyword Keyword.find(String ns, String name)
           
static Keyword Keyword.find(Symbol sym)
           
 Keyword Agent.getErrorMode()
           
static Keyword Keyword.intern(String nsname)
           
static Keyword Keyword.intern(String ns, String name)
           
static Keyword Keyword.intern(Symbol sym)
           
static Keyword RT.keyword(String ns, String name)
           
 

Methods in clojure.lang with parameters of type Keyword
 void Compiler.ObjExpr.emitKeyword(GeneratorAdapter gen, Keyword k)
           
static ISeq RT.findKey(Keyword key, ISeq keyvals)
           
static Object Compiler.getCompilerOption(Keyword k)
           
 ILookupThunk IKeywordLookup.getLookupThunk(Keyword k)
           
static ILookupThunk Compiler.getLookupThunk(Object target, Keyword k)
           
 void Agent.setErrorMode(Keyword k)
           
 

Constructors in clojure.lang with parameters of type Keyword
Compiler.CaseExpr(int line, int column, Compiler.LocalBindingExpr expr, int shift, int mask, int low, int high, clojure.lang.Compiler.Expr defaultExpr, SortedMap<Integer,clojure.lang.Compiler.Expr> tests, HashMap<Integer,clojure.lang.Compiler.Expr> thens, Keyword switchType, Keyword testType, Set<Integer> skipCheck)
           
Compiler.KeywordExpr(Keyword k)
           
KeywordLookupSite(Keyword k)
           
MethodImplCache(IPersistentMap protocol, Keyword methodk)
           
MethodImplCache(IPersistentMap protocol, Keyword methodk, int shift, int mask, Object[] table)
           
MethodImplCache(IPersistentMap protocol, Keyword methodk, Map map)
           
 



Copyright © 2015. All Rights Reserved.