MethodReference

MethodReference

new MethodReference(cfg)

Source:

Represents a reference to a method in the Application bytecode

Parameters:
Name Type Description
cfg Object

Optional, an object wich can be used in order to initialize the instance

Methods

callSignature()

Source:

Idem as signature(), but the signature returned is not canonical (class FQCN has been remove). The aim of this signature is to resolve extended or overloaded methods.

signature()

Source:

To generate the method signature from the reference. The aim of this value is to help to resolve the symbols.