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