Uses of Class
org.glassfish.pfl.dynamic.codegen.spi.Signature.CallType
-
Packages that use Signature.CallType Package Description org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of Signature.CallType in org.glassfish.pfl.dynamic.codegen.spi
Methods in org.glassfish.pfl.dynamic.codegen.spi that return Signature.CallType Modifier and Type Method Description static Signature.CallType
Signature.CallType. valueOf(java.lang.String name)
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.CallType Modifier and Type Method Description private static java.lang.String
Signature. getCallTypeString(Signature.CallType ct, java.lang.String ident)
private static MethodInfo
Signature. returnCompatibleMethod(Type type, java.lang.String ident, java.util.List<Type> argTypes, Signature.CallType ctype, java.util.Set<MethodInfo> compatibleMethods)
-