-
Method Summary
void
Writes the syntatically-correct Java code representation of this node.
com.google.common.collect.ImmutableList<String>
com.google.common.collect.ImmutableList<Reference>
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
accept
Description copied from interface: AstNode
Writes the syntatically-correct Java code representation of this node.
- Specified by:
accept in interface AstNode
-
generics
com.google.common.collect.ImmutableList<Reference> generics()
-
-
-
-
-
useFullName
boolean useFullName()
-
enclosingClassNames
@Nullable
com.google.common.collect.ImmutableList<String> enclosingClassNames()
-
-
-
isStaticImport
boolean isStaticImport()
-
hasEnclosingClass
boolean hasEnclosingClass()
-
isFromPackage
boolean isFromPackage(String pkg)
-
-
-
isWildcard
boolean isWildcard()