|
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 Object
public boolean equals(Object obj)
equals
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
public int getElementType()
IMatch
getElementType
in interface IMatch
public int getVisibility()
getVisibility
in interface IMatch
public String getName()
getName
in interface IMatch
public String getParentName()
getParentName
in interface IMatch
public String[] getParameters()
IMatch
getParameters
in interface IMatch
public String getReturnType()
IMatch
getReturnType
in interface IMatch
public IResource getResource()
getResource
in interface IMatch
public IPath getLocation()
getLocation
in interface IMatch
public IPath getReferenceLocation()
getReferenceLocation
in interface IMatch
public boolean isStatic()
isStatic
in interface IMatch
public boolean isConst()
isConst
in interface IMatch
public boolean isVolatile()
isVolatile
in interface IMatch
public 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 IMatch
public 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 |