Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Scope |
ScopeSelector.getScope()
Get the scope that this object is configured with.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ScopeSelector(Scope scope)
Construct an instance which selects public and protected objects and
ignores package and private objects.
|
Modifier and Type | Method and Description |
---|---|
Scope |
BcelJavaType.getDeclaredScope() |
Scope |
BcelJavaType.getEffectiveScope() |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Scope |
Scoped.getDeclaredScope()
The declared scope of this entity.
|
Scope |
Scoped.getEffectiveScope()
The effective Scope of this entity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Scope.isLessVisibleThan(Scope v) |
boolean |
Scope.isMoreVisibleThan(Scope v) |
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.