Class FormalTypeParameter
java.lang.Object
com.strobel.assembler.metadata.signatures.FormalTypeParameter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
FormalTypeParameter
(String name, FieldTypeSignature[] bounds) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(TypeTreeVisitor<?> v) getName()
static FormalTypeParameter
make
(String name, FieldTypeSignature[] bounds)