|
|||||||||
| 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.ImportBinding
public class ImportBinding
| Field Summary | |
|---|---|
char[][] |
compoundName
|
boolean |
onDemand
|
ImportReference |
reference
|
Binding |
resolvedImport
|
| Constructor Summary | |
|---|---|
ImportBinding(char[][] compoundName,
boolean isOnDemand,
Binding binding,
ImportReference reference)
|
|
| Method Summary | |
|---|---|
boolean |
isStatic()
|
int |
kind()
|
char[] |
readableName()
|
java.lang.String |
toString()
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding |
|---|
computeUniqueKey, computeUniqueKey, getAnnotations, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isAnnotationType, isParameter, isTaggedRepeatable, isValidBinding, isVolatile, problemId, setAnnotations, setAnnotations, shortReadableName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public char[][] compoundName
public boolean onDemand
public ImportReference reference
public Binding resolvedImport
| Constructor Detail |
|---|
public ImportBinding(char[][] compoundName,
boolean isOnDemand,
Binding binding,
ImportReference reference)
| Method Detail |
|---|
public final int kind()
kind in class Bindingpublic boolean isStatic()
public char[] readableName()
readableName in class Bindingpublic 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 | ||||||||