Uses of Interface
com.strobel.assembler.metadata.signatures.TypeSignature
-
Packages that use TypeSignature Package Description com.strobel.assembler.metadata.signatures -
-
Uses of TypeSignature in com.strobel.assembler.metadata.signatures
Subinterfaces of TypeSignature in com.strobel.assembler.metadata.signatures Modifier and Type Interface Description interfaceBaseTypeinterfaceFieldTypeSignatureClasses in com.strobel.assembler.metadata.signatures that implement TypeSignature Modifier and Type Class Description classArrayTypeSignatureclassBooleanSignatureclassBottomSignatureclassByteSignatureclassCharSignatureclassClassTypeSignatureclassDoubleSignatureclassFloatSignatureclassIntSignatureclassLongSignatureclassShortSignatureclassSimpleClassTypeSignatureclassTypeVariableSignatureclassVoidSignatureFields in com.strobel.assembler.metadata.signatures declared as TypeSignature Modifier and Type Field Description private TypeSignatureArrayTypeSignature. _componentTypeprivate static TypeSignature[]SignatureParser. EMPTY_TYPE_SIGNATURESprivate TypeSignature[]MethodTypeSignature. parameterTypesMethods in com.strobel.assembler.metadata.signatures that return TypeSignature Modifier and Type Method Description TypeSignatureArrayTypeSignature. getComponentType()TypeSignature[]MethodTypeSignature. getParameterTypes()private TypeSignature[]SignatureParser. parseFormalParameters()private TypeSignatureSignatureParser. parseTypeSignature()TypeSignatureSignatureParser. parseTypeSignature(java.lang.String s)private TypeSignature[]SignatureParser. parseZeroOrMoreTypeSignatures()Methods in com.strobel.assembler.metadata.signatures with parameters of type TypeSignature Modifier and Type Method Description static ArrayTypeSignatureArrayTypeSignature. make(TypeSignature ct)static MethodTypeSignatureMethodTypeSignature. make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)Constructors in com.strobel.assembler.metadata.signatures with parameters of type TypeSignature Constructor Description ArrayTypeSignature(TypeSignature componentType)MethodTypeSignature(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)
-