|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.ReferenceInfoAdapter
public abstract class ReferenceInfoAdapter
An adapter which implements the methods for handling reference information from the parser.
| Constructor Summary | |
|---|---|
ReferenceInfoAdapter()
|
|
| Method Summary | |
|---|---|
void |
acceptAnnotationTypeReference(char[][] typeName,
int sourceStart,
int sourceEnd)
Does nothing. |
void |
acceptAnnotationTypeReference(char[] typeName,
int sourcePosition)
Does nothing. |
void |
acceptConstructorReference(char[] typeName,
int argCount,
int sourcePosition)
Does nothing. |
void |
acceptFieldReference(char[] fieldName,
int sourcePosition)
Does nothing. |
void |
acceptMethodReference(char[] methodName,
int argCount,
int sourcePosition)
Does nothing. |
void |
acceptTypeReference(char[][] typeName,
int sourceStart,
int sourceEnd)
Does nothing. |
void |
acceptTypeReference(char[] typeName,
int sourcePosition)
Does nothing. |
void |
acceptUnknownReference(char[][] name,
int sourceStart,
int sourceEnd)
Does nothing. |
void |
acceptUnknownReference(char[] name,
int sourcePosition)
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceInfoAdapter()
| Method Detail |
|---|
public void acceptAnnotationTypeReference(char[][] typeName,
int sourceStart,
int sourceEnd)
public void acceptAnnotationTypeReference(char[] typeName,
int sourcePosition)
public void acceptConstructorReference(char[] typeName,
int argCount,
int sourcePosition)
public void acceptFieldReference(char[] fieldName,
int sourcePosition)
public void acceptMethodReference(char[] methodName,
int argCount,
int sourcePosition)
public void acceptTypeReference(char[][] typeName,
int sourceStart,
int sourceEnd)
public void acceptTypeReference(char[] typeName,
int sourcePosition)
public void acceptUnknownReference(char[][] name,
int sourceStart,
int sourceEnd)
public void acceptUnknownReference(char[] name,
int sourcePosition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||