public class

DoubleSignature

extends Object
implements BaseType
java.lang.Object
   ↳ sun.reflect.generics.tree.DoubleSignature

Class Overview

AST that represents the type double.

Summary

Public Methods
void accept(TypeTreeVisitor<?> v)
Accept method for the visitor pattern.
static DoubleSignature make()
[Expand]
Inherited Methods
From class java.lang.Object
From interface sun.reflect.generics.tree.TypeTree

Public Methods

public void accept (TypeTreeVisitor<?> v)

Accept method for the visitor pattern.

Parameters
v - a TypeTreeVisitor that will process this tree

public static DoubleSignature make ()