Class DoubleSignature
- java.lang.Object
-
- com.strobel.assembler.metadata.signatures.DoubleSignature
-
- All Implemented Interfaces:
BaseType,ReturnType,Tree,TypeSignature,TypeTree
public final class DoubleSignature extends java.lang.Object implements BaseType
-
-
Field Summary
Fields Modifier and Type Field Description private static DoubleSignature_singleton
-
Constructor Summary
Constructors Modifier Constructor Description privateDoubleSignature()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TypeTreeVisitor<?> v)static DoubleSignaturemake()
-
-
-
Field Detail
-
_singleton
private static final DoubleSignature _singleton
-
-
Method Detail
-
make
public static DoubleSignature make()
-
accept
public void accept(TypeTreeVisitor<?> v)
-
-