Uses of Interface
io.smallrye.classfile.Signature.BaseTypeSig
Packages that use Signature.BaseTypeSig
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.BaseTypeSig in io.smallrye.classfile
Methods in io.smallrye.classfile that return Signature.BaseTypeSigModifier and TypeMethodDescriptionstatic Signature.BaseTypeSigSignature.BaseTypeSig.of(char baseType) Returns the signature of a primitive type or void.static Signature.BaseTypeSigReturns the signature of a primitive type or void.