Classes in jef.dna.instructions.impl with annotations of type RefersToMethod |
class |
InvokeInterface
This class maps the INVOKEINTERFACE bytecode instruction which invokes an
interface method. |
class |
InvokeSpecial
This class maps the INVOKESPECIAL bytecode instruction which invokes instance
initialization, private and super class methods. |
class |
InvokeStatic
This class maps the INVOKESTATIC bytecode instruction which invokes static
methods. |
class |
InvokeVirtual
This class maps the INVOKEVIRTUAL bytecode instruction which invokes instance
methods. |