Uses of Class
clojure.lang.Var

Packages that use Var
clojure.lang Clojure language implementation. 
 

Uses of Var in clojure.lang
 

Fields in clojure.lang declared as Var
static Var Compiler.ADD_ANNOTATIONS
           
static Var RT.AGENT
           
static Var RT.ASSERT
           
static Var Compiler.CLEAR_PATH
           
static Var Compiler.CLEAR_ROOT
           
static Var Compiler.CLEAR_SITES
           
static Var Compiler.COLUMN
           
static Var Compiler.COLUMN_AFTER
           
static Var Compiler.COLUMN_BEFORE
           
static Var Compiler.COMPILE_FILES
           
static Var Compiler.COMPILE_PATH
           
static Var Compiler.COMPILE_STUB_CLASS
           
static Var Compiler.COMPILE_STUB_SYM
           
static Var Compiler.COMPILER_OPTIONS
           
static Var Compiler.CONSTANT_IDS
           
static Var Compiler.CONSTANTS
           
static Var RT.CURRENT_NS
           
static Var RT.DATA_READERS
           
static Var RT.DEFAULT_DATA_READER_FN
           
static Var RT.DEFAULT_DATA_READERS
           
static Var RT.ERR
           
static Var RT.IN
           
static Var Compiler.IN_CATCH_FINALLY
           
static Var Compiler.INSTANCE
           
static Var Compiler.KEYWORD_CALLSITES
           
static Var Compiler.KEYWORDS
           
static Var Compiler.LINE
           
static Var Compiler.LINE_AFTER
           
static Var Compiler.LINE_BEFORE
           
static Var Compiler.LOADER
           
static Var Compiler.LOCAL_ENV
           
static Var Compiler.LOOP_LABEL
           
static Var Compiler.LOOP_LOCALS
           
static Var RT.MATH_CONTEXT
           
static Var Compiler.METHOD
           
static Var Compiler.NEXT_LOCAL_NUM
           
static Var Compiler.NO_RECUR
           
static Var RT.OUT
           
static Var Compiler.PROTOCOL_CALLSITES
           
static Var RT.READEVAL
           
static Var Compiler.RET_LOCAL_NUM
           
static Var Compiler.SOURCE
           
static Var Compiler.SOURCE_PATH
           
static Var RT.UNCHECKED_MATH
           
static Var RT.USE_CONTEXT_CLASSLOADER
           
 Var Var.Unbound.v
           
 Var Compiler.VarExpr.var
           
 Var Compiler.TheVarExpr.var
           
static Var Compiler.VAR_CALLSITES
           
static Var Compiler.VARS
           
 

Methods in clojure.lang that return Var
static Var Var.create()
           
static Var Var.create(Object root)
           
static Var Var.find(Symbol nsQualifiedSym)
           
 Var Namespace.findInternedVar(Symbol symbol)
           
static Var Var.intern(Namespace ns, Symbol sym)
           
static Var Var.intern(Namespace ns, Symbol sym, Object root)
           
static Var Var.intern(Namespace ns, Symbol sym, Object root, boolean replaceRoot)
           
 Var Namespace.intern(Symbol sym)
           
static Var Var.intern(Symbol nsName, Symbol sym)
           
static Var Var.internPrivate(String nsName, String sym)
           
static Var Compiler.isMacro(Object op)
           
 Var Namespace.refer(Symbol sym, Var var)
           
 Var Var.setDynamic()
           
 Var Var.setDynamic(boolean b)
           
static Var RT.var(String ns, String name)
           
static Var RT.var(String ns, String name, Object init)
           
 

Methods in clojure.lang with parameters of type Var
 void Compiler.ObjExpr.emitVar(GeneratorAdapter gen, Var var)
           
 void Compiler.ObjExpr.emitVarValue(GeneratorAdapter gen, Var v)
           
 Var Namespace.refer(Symbol sym, Var var)
           
 

Constructors in clojure.lang with parameters of type Var
Compiler.TheVarExpr(Var var)
           
Compiler.VarExpr(Var var, Symbol tag)
           
FnLoaderThunk(Var v, String fnClassName)
           
Var.Unbound(Var v)
           
 



Copyright © 2014. All Rights Reserved.