Mobile Tools for Java
Release 1.0

org.eclipse.mtj.preverifier
Interface IPreverificationPolicy

All Known Implementing Classes:
AbstractPreverificationPolicy, CLDC1_0PreverificationPolicy, CLDC1_1PreverificationPolicy

public interface IPreverificationPolicy

Interface that provides the policy information used during the process of doing preverification.


Method Summary
 boolean areFinalizersAllowed()
          Return a boolean indicating whether finalizer methods are allowed.
 boolean areNativeMethodsAllowed()
          Return a boolean indicating whether native methods are allowed.
 boolean isFloatingPointAllowed()
          Return a boolean indicating whether floating point is allowed.
 

Method Detail

areFinalizersAllowed

boolean areFinalizersAllowed()
Return a boolean indicating whether finalizer methods are allowed.

Returns:

areNativeMethodsAllowed

boolean areNativeMethodsAllowed()
Return a boolean indicating whether native methods are allowed.

Returns:

isFloatingPointAllowed

boolean isFloatingPointAllowed()
Return a boolean indicating whether floating point is allowed.

Returns:

Mobile Tools for Java
Release 1.0