public interface Reference extends AstNode
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
Reference |
copyAndSetGenerics(List<Reference> generics) |
com.google.common.collect.ImmutableList<String> |
enclosingClassNames() |
String |
fullName() |
com.google.common.collect.ImmutableList<Reference> |
generics() |
boolean |
hasEnclosingClass() |
boolean |
isAssignableFrom(Reference other) |
boolean |
isFromPackage(String pkg) |
boolean |
isStaticImport() |
boolean |
isSupertypeOrEquals(Reference other) |
boolean |
isWildcard() |
String |
name() |
String |
pakkage() |
String |
simpleName() |
boolean |
useFullName() |
Reference |
wildcardUpperBound() |
void accept(AstNodeVisitor visitor)
AstNodecom.google.common.collect.ImmutableList<Reference> generics()
String name()
String simpleName()
String fullName()
String pakkage()
boolean useFullName()
boolean isStaticImport()
boolean hasEnclosingClass()
boolean isFromPackage(String pkg)
boolean isSupertypeOrEquals(Reference other)
boolean isAssignableFrom(Reference other)
boolean isWildcard()
Copyright © 2022 Google LLC. All rights reserved.