Uses of Interface
io.github.dmlloyd.classfile.Signature.BaseTypeSig
Packages that use Signature.BaseTypeSig
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.BaseTypeSig in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.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.