|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.buffalo.cse.jive.ui.search.ContourIDTokenizer
public class ContourIDTokenizer
A utility class used to break a ContourID into its various
components.
ContourID| Constructor Summary | |
|---|---|
ContourIDTokenizer(ContourID id)
Constructs a tokenizer for the supplied ContourID and tokenizes it. |
|
| Method Summary | |
|---|---|
String |
getCallNumber()
Returns the call number associated with the ContourID. |
String |
getClassName()
Returns the fully-qualified class name associated with the ContourID. |
String |
getInstanceNumber()
Returns the instance number associated with the ContourID. |
String |
getMethodName()
Returns the method name associated with the ContourID, or
null if the contour ID references a static or an instance
contour. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContourIDTokenizer(ContourID id)
ContourID and tokenizes it.
id - the contour ID to be parsed| Method Detail |
|---|
public String getClassName()
ContourID.
public String getInstanceNumber()
ContourID. This
number is unique per class. Returns null if the contour ID
references a static contour or a static method contour.
null if there is nonepublic String getMethodName()
ContourID, or
null if the contour ID references a static or an instance
contour.
null if there is nonepublic String getCallNumber()
ContourID. This
number is unique per class (not per instance). Returns null
if the contour ID references a static or an instance contour.
null if there is none
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||