Uses of Class
net.sf.clirr.core.spi.Scope

Packages that use Scope
net.sf.clirr.core Clirr throws events when it finds api changes. 
net.sf.clirr.core.internal.bcel Apache's BCEL is currently used to read the compiled Java classes. 
net.sf.clirr.core.spi Service Provider Interface for letting Clirr know about Java types, methods, etc. 
 

Uses of Scope in net.sf.clirr.core
 

Methods in net.sf.clirr.core that return Scope
 Scope ScopeSelector.getScope()
          Get the scope that this object is configured with.
 

Methods in net.sf.clirr.core with parameters of type Scope
 boolean ScopeSelector.isSelected(Scope scope)
          Return true if objects of the specified scope, or more visible, are selected by this selector.
 void ScopeSelector.setScope(Scope scope)
          Specify which scope objects are of interest.
 

Constructors in net.sf.clirr.core with parameters of type Scope
ScopeSelector(Scope scope)
          Construct an instance which selects public and protected objects and ignores package and private objects.
 

Uses of Scope in net.sf.clirr.core.internal.bcel
 

Methods in net.sf.clirr.core.internal.bcel that return Scope
 Scope BcelJavaType.getDeclaredScope()
           
 Scope BcelJavaType.getEffectiveScope()
           
 

Uses of Scope in net.sf.clirr.core.spi
 

Fields in net.sf.clirr.core.spi declared as Scope
static Scope Scope.PACKAGE
          Object representing package scoped objects.
static Scope Scope.PRIVATE
          Object representing private scoped objects.
static Scope Scope.PROTECTED
          Object representing protected scoped objects.
static Scope Scope.PUBLIC
          Object representing public scoped objects.
 

Methods in net.sf.clirr.core.spi that return Scope
 Scope Scoped.getDeclaredScope()
          The declared scope of this entity.
 Scope Scoped.getEffectiveScope()
          The effective Scope of this entity.
 

Methods in net.sf.clirr.core.spi with parameters of type Scope
 boolean Scope.isLessVisibleThan(Scope v)
           
 boolean Scope.isMoreVisibleThan(Scope v)
           
 



Copyright © 2003-2005 Lars Kühne. All Rights Reserved.