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