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