Class ConcreteReference
java.lang.Object
com.google.api.generator.engine.ast.ConcreteReference
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.static ConcreteReference.Builderbuilder()copyAndSetGenerics(List<Reference> generics) com.google.common.collect.ImmutableList<String>booleanfullName()abstract com.google.common.collect.ImmutableList<Reference>generics()booleaninthashCode()booleanisAssignableFrom(Reference other) booleanisFromPackage(String pkg) abstract booleanbooleanisSupertypeOrEquals(Reference other) booleanname()pakkage()abstract booleanstatic ConcreteReferencewildcard()abstract Referencestatic ConcreteReferencewildcardWithUpperBound(Reference upperBoundReference) static ConcreteReference
-
Constructor Details
-
ConcreteReference
public ConcreteReference()
-
-
Method Details
-
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
wildcardUpperBound
- Specified by:
wildcardUpperBoundin interfaceReference
-
generics
-
isStaticImport
public abstract boolean isStaticImport()- Specified by:
isStaticImportin interfaceReference
-
name
-
simpleName
- Specified by:
simpleNamein interfaceReference
-
pakkage
-
useFullName
public abstract boolean useFullName()- Specified by:
useFullNamein interfaceReference
-
enclosingClassNames
- Specified by:
enclosingClassNamesin interfaceReference
-
fullName
-
hasEnclosingClass
public boolean hasEnclosingClass()- Specified by:
hasEnclosingClassin interfaceReference
-
isFromPackage
- Specified by:
isFromPackagein interfaceReference
-
isSupertypeOrEquals
- Specified by:
isSupertypeOrEqualsin interfaceReference
-
isAssignableFrom
- Specified by:
isAssignableFromin interfaceReference
-
isWildcard
public boolean isWildcard()- Specified by:
isWildcardin interfaceReference
-
equals
-
hashCode
public int hashCode() -
copyAndSetGenerics
- Specified by:
copyAndSetGenericsin interfaceReference
-
withClazz
-
wildcard
-
wildcardWithUpperBound
-
builder
-