|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOccurrencesFinder
Nested Class Summary | |
---|---|
static class |
IOccurrencesFinder.OccurrenceLocation
Element representing a occurrence |
Field Summary | |
---|---|
static int |
F_EXCEPTION_DECLARATION
|
static int |
F_READ_OCCURRENCE
|
static int |
F_WRITE_OCCURRENCE
|
static int |
K_BREAK_TARGET_OCCURRENCE
|
static int |
K_EXCEPTION_OCCURRENCE
|
static int |
K_EXIT_POINT_OCCURRENCE
|
static int |
K_IMPLEMENTS_OCCURRENCE
|
static int |
K_OCCURRENCE
|
Method Summary | |
---|---|
java.lang.String |
getElementName()
Returns the name of the element to look for or null if the finder hasn't
been initialized yet. |
java.lang.String |
getID()
Returns the id of this finder. |
java.lang.String |
getJobLabel()
|
IOccurrencesFinder.OccurrenceLocation[] |
getOccurrences()
Returns the occurrences |
int |
getSearchKind()
|
java.lang.String |
getUnformattedPluralLabel()
Returns the plural label for this finder with 3 placeholders: {0} for the element name
{1} for the number of results found
{2} for the scope (name of the compilation unit)
|
java.lang.String |
getUnformattedSingularLabel()
Returns the singular label for this finder with 2 placeholders: {0} for the element name
{1} for the scope (name of the compilation unit)
|
Field Detail |
---|
static final int K_OCCURRENCE
static final int K_EXCEPTION_OCCURRENCE
static final int K_EXIT_POINT_OCCURRENCE
static final int K_IMPLEMENTS_OCCURRENCE
static final int K_BREAK_TARGET_OCCURRENCE
static final int F_WRITE_OCCURRENCE
static final int F_READ_OCCURRENCE
static final int F_EXCEPTION_DECLARATION
Method Detail |
---|
java.lang.String getJobLabel()
java.lang.String getUnformattedPluralLabel()
element name
java.lang.String getUnformattedSingularLabel()
element name
java.lang.String getElementName()
null
if the finder hasn't
been initialized yet.
IOccurrencesFinder.OccurrenceLocation[] getOccurrences()
int getSearchKind()
java.lang.String getID()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |