|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
public class ProblemBinding
| Field Summary | |
|---|---|
char[] |
name
|
ReferenceBinding |
searchType
|
| Constructor Summary | |
|---|---|
ProblemBinding(char[][] compoundName,
int problemId)
|
|
ProblemBinding(char[][] compoundName,
ReferenceBinding searchType,
int problemId)
|
|
| Method Summary | |
|---|---|
int |
kind()
|
int |
problemId()
|
char[] |
readableName()
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding |
|---|
computeUniqueKey, computeUniqueKey, getAnnotations, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isAnnotationType, isParameter, isTaggedRepeatable, isValidBinding, isVolatile, setAnnotations, setAnnotations, shortReadableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public char[] name
public ReferenceBinding searchType
| Constructor Detail |
|---|
public ProblemBinding(char[][] compoundName,
int problemId)
public ProblemBinding(char[][] compoundName,
ReferenceBinding searchType,
int problemId)
| Method Detail |
|---|
public final int kind()
kind in class Bindingpublic final int problemId()
problemId in class Bindingpublic char[] readableName()
readableName in class Binding
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||