Uses of Class
com.google.api.generator.engine.ast.ConcreteReference
Packages that use ConcreteReference
-
Uses of ConcreteReference in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return ConcreteReferenceModifier and TypeMethodDescriptionabstract ConcreteReferenceConcreteReference.Builder.autoBuild()ConcreteReference.Builder.build()static ConcreteReferenceConcreteReference.wildcard()static ConcreteReferenceConcreteReference.wildcardWithUpperBound(Reference upperBoundReference) static ConcreteReferenceMethods in com.google.api.generator.engine.ast with parameters of type ConcreteReference -
Uses of ConcreteReference in com.google.api.generator.engine.writer
Methods in com.google.api.generator.engine.writer with parameters of type ConcreteReferenceModifier and TypeMethodDescriptionvoidImportWriterVisitor.visit(ConcreteReference reference) voidJavaWriterVisitor.visit(ConcreteReference reference)