public class

CallingConventionService

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.type.CallingConventionService

Class Overview

The calling convention service is a global registry maintaining calling conventions used by native code objects.

Summary

Public Methods
boolean addConvention(ICallingConvention cc)
List<ICallingConvention> getConventions()
static CallingConventionService getInstance()
boolean removeConvention(ICallingConvention cc)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean addConvention (ICallingConvention cc)

public List<ICallingConvention> getConventions ()

public static CallingConventionService getInstance ()

public boolean removeConvention (ICallingConvention cc)

public String toString ()