|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.cdt.core.search.BasicSearchMatch
public class BasicSearchMatch
| Constructor Summary | |
|---|---|
BasicSearchMatch()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
int |
getElementType()
Returns ICElement constant describing the element type |
IMatchLocatable |
getLocatable()
|
IPath |
getLocation()
|
String |
getName()
|
String[] |
getParameters()
Returns the list of parameters if this matched a function or a method. |
String |
getParentName()
|
IPath |
getPath()
|
String[] |
getQualifiedName()
|
IPath |
getReferenceLocation()
|
IPath |
getReferringElement()
|
IResource |
getResource()
|
String |
getReturnType()
Returns the return type if this matched a function or a method. |
int |
getType()
|
int |
getVisibility()
|
int |
hashCode()
|
boolean |
isConst()
|
boolean |
isStatic()
|
boolean |
isVolatile()
|
void |
setConst(boolean b)
|
void |
setLocatable(IMatchLocatable locatable)
|
void |
setName(String string)
|
void |
setParameters(String[] params)
|
void |
setParentName(String string)
|
void |
setPath(IPath path)
|
void |
setQualifiedName(String[] qualifiedName)
|
void |
setReferringElement(IPath referringElement)
|
void |
setResource(IResource resource)
|
void |
setReturnType(String string)
|
void |
setStatic(boolean b)
|
void |
setType(int i)
|
void |
setVisibility(int i)
|
void |
setVolatile(boolean b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicSearchMatch()
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int compareTo(Object o)
compareTo in interface Comparablepublic int getElementType()
IMatch
getElementType in interface IMatchpublic int getVisibility()
getVisibility in interface IMatchpublic String getName()
getName in interface IMatchpublic String getParentName()
getParentName in interface IMatchpublic String[] getParameters()
IMatch
getParameters in interface IMatchpublic String getReturnType()
IMatch
getReturnType in interface IMatchpublic IResource getResource()
getResource in interface IMatchpublic IPath getLocation()
getLocation in interface IMatchpublic IPath getReferenceLocation()
getReferenceLocation in interface IMatchpublic boolean isStatic()
isStatic in interface IMatchpublic boolean isConst()
isConst in interface IMatchpublic boolean isVolatile()
isVolatile in interface IMatchpublic int getType()
public void setConst(boolean b)
b - public void setStatic(boolean b)
b - public void setVolatile(boolean b)
b - public void setName(String string)
string - public void setParentName(String string)
string - public void setParameters(String[] params)
public void setReturnType(String string)
string - public void setType(int i)
i - public void setVisibility(int i)
i - public IMatchLocatable getLocatable()
getLocatable in interface IMatchpublic void setLocatable(IMatchLocatable locatable)
public void setResource(IResource resource)
public IPath getPath()
public void setPath(IPath path)
public IPath getReferringElement()
public void setReferringElement(IPath referringElement)
public String[] getQualifiedName()
public void setQualifiedName(String[] qualifiedName)
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||