Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jkernel.core.SharedClass

java.lang.Object
    |
    +----cornell.slk.jkernel.core.Capability
            |
            +----cornell.slk.jkernel.core.SharedClass

public class SharedClass
extends Capability
A SharedClass is a capability for classes. If a task obtains a SharedClass object, it can use it in one of its resolvers to link to the shared class.

See the method Task.shareClass().


Method Summary
void  nullify(InternalPass ip)
 
 
Methods inherited from class cornell.slk.jkernel.core.Capability
 create, revoke
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nullify

public void nullify(InternalPass ip)
Overrides:
nullify in class Capability

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS