clojure.lang
Class KeywordLookupSite

java.lang.Object
  extended by clojure.lang.KeywordLookupSite
All Implemented Interfaces:
ILookupSite, ILookupThunk

public final class KeywordLookupSite
extends Object
implements ILookupSite, ILookupThunk


Constructor Summary
KeywordLookupSite(Keyword k)
           
 
Method Summary
 ILookupThunk fault(Object target)
           
 Object get(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordLookupSite

public KeywordLookupSite(Keyword k)
Method Detail

fault

public ILookupThunk fault(Object target)
Specified by:
fault in interface ILookupSite

get

public Object get(Object target)
Specified by:
get in interface ILookupThunk


Copyright © 2015. All Rights Reserved.