Class BCMethodDescriptor
java.lang.Object
org.apache.derby.impl.services.bytecode.BCMethodDescriptor
A method descriptor. Ie. something that describes the
type of a method, parameter types and return types.
It is not an instance of a method.
This has no generated class specific state.
This has no generated class specific state.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBCMethodDescriptor
(String[] vmParameterTypes, String vmReturnType, BCJava factory) -
Method Summary
-
Field Details
-
EMPTY
-
vmParameterTypes
-
vmReturnType
-
vmDescriptor
-
-
Constructor Details
-
BCMethodDescriptor
-
-
Method Details
-
get
-
buildMethodDescriptor
String buildMethodDescriptor()builds the JVM method descriptor for this method as defined in JVM Spec 4.3.3, Method Descriptors. -
toString
-
hashCode
public int hashCode() -
equals
-