Class VaporReference
java.lang.Object
com.google.api.generator.engine.ast.VaporReference
-
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 VaporReference.Builderbuilder()copyAndSetGenerics(List<Reference> generics) abstract 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) booleanabstract Stringname()abstract Stringpakkage()abstract Stringabstract Referenceabstract boolean
-
Constructor Details
-
VaporReference
public VaporReference()
-
-
Method Details
-
accept
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node. -
generics
-
name
-
simpleName
- Specified by:
simpleNamein interfaceReference
-
pakkage
-
useFullName
public abstract boolean useFullName()- Specified by:
useFullNamein interfaceReference
-
enclosingClassNames
- Specified by:
enclosingClassNamesin interfaceReference
-
supertypeReference
-
wildcardUpperBound
- Specified by:
wildcardUpperBoundin interfaceReference
-
fullName
-
isStaticImport
public abstract boolean isStaticImport()- Specified by:
isStaticImportin interfaceReference
-
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
-
builder
-