|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.core.search.TypeNameMatch
org.aspectj.org.eclipse.jdt.internal.core.search.JavaSearchTypeNameMatch
public class JavaSearchTypeNameMatch
Java Search concrete class for a type name match.
| Constructor Summary | |
|---|---|
JavaSearchTypeNameMatch(IType type,
int modifiers)
Creates a new Java Search type name match. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAccessibility()
Returns the accessibility of the type name match |
int |
getModifiers()
Returns the modifiers of the matched type. |
IType |
getType()
Returns a java model type handle. |
int |
hashCode()
|
void |
setAccessibility(int accessibility)
Sets the accessibility of the accepted match. |
void |
setModifiers(int modifiers)
Set modifiers of the matched type. |
void |
setType(IType type)
Set matched type. |
java.lang.String |
toString()
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.core.search.TypeNameMatch |
|---|
getFullyQualifiedName, getPackageFragmentRoot, getPackageName, getSimpleTypeName, getTypeContainerName, getTypeQualifiedName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavaSearchTypeNameMatch(IType type,
int modifiers)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getAccessibility()
TypeNameMatch
getAccessibility in class TypeNameMatchIAccessRule.K_ACCESSIBLE, IAccessRule.K_DISCOURAGED
or IAccessRule.K_NON_ACCESSIBLE.
The default returned value is IAccessRule.K_ACCESSIBLE.IAccessRulepublic int getModifiers()
TypeNameMatchThis is a handle-only method as neither Java Model nor classpath initialization is done while calling this method.
getModifiers in class TypeNameMatchpublic IType getType()
TypeNameMatchnull.
This is a handle-only method as neither Java Model nor classpath initializations are done while calling this method.
getType in class TypeNameMatchITypepublic int hashCode()
hashCode in class java.lang.Objectpublic void setAccessibility(int accessibility)
accessibility - the accessibility of the current matchpublic void setModifiers(int modifiers)
modifiers - the modifiers of the matched type.public void setType(IType type)
type - the matched type.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||