Uses of Enum
org.glassfish.pfl.dynamic.codegen.spi.Signature.CallType
Packages that use Signature.CallType
-
Uses of Signature.CallType in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi that return Signature.CallTypeModifier and TypeMethodDescriptionstatic Signature.CallType
Returns the enum constant of this type with the specified name.static Signature.CallType[]
Signature.CallType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.pfl.dynamic.codegen.spi with parameters of type Signature.CallTypeModifier and TypeMethodDescriptionprivate static String
Signature.getCallTypeString
(Signature.CallType ct, String ident) private static MethodInfo
Signature.returnCompatibleMethod
(Type type, String ident, List<Type> argTypes, Signature.CallType ctype, Set<MethodInfo> compatibleMethods)