Mobile Tools for Java
Release 1.0

Uses of Package
org.eclipse.mtj.preverifier.results

Packages that use org.eclipse.mtj.preverifier.results
org.eclipse.mtj.core.model.preverifier This package provides an API for preverification support. 
org.eclipse.mtj.core.model.preverifier.impl This package provides basic implementations for the preverification support interfaces. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project interfaces. 
org.eclipse.mtj.preverifier This package provides the preverification capability. 
org.eclipse.mtj.preverifier.results This package provides the model representing the preverification results. 
 

Classes in org.eclipse.mtj.preverifier.results used by org.eclipse.mtj.core.model.preverifier
PreverificationError
          The description of an error that occurred during preverification.
 

Classes in org.eclipse.mtj.preverifier.results used by org.eclipse.mtj.core.model.preverifier.impl
PreverificationError
          The description of an error that occurred during preverification.
 

Classes in org.eclipse.mtj.preverifier.results used by org.eclipse.mtj.core.model.project
PreverificationError
          The description of an error that occurred during preverification.
 

Classes in org.eclipse.mtj.preverifier.results used by org.eclipse.mtj.core.model.project.impl
PreverificationError
          The description of an error that occurred during preverification.
 

Classes in org.eclipse.mtj.preverifier.results used by org.eclipse.mtj.preverifier
PreverificationResults
          Results of the preverification.
 

Classes in org.eclipse.mtj.preverifier.results used by org.eclipse.mtj.preverifier.results
IClassErrorInformation
          Interface representing class level information in a preverification error.
IFieldErrorInformation
          Interface representing field level information in a preverification error.
IMethodErrorInformation
          Interface representing field level information in a preverification error.
PreverificationError
          The description of an error that occurred during preverification.
PreverificationErrorLocation
          The location of the error.
PreverificationErrorLocationType
          Enumeration type to represent the location of a preverication error.
PreverificationErrorType
          Error type enumeration for errors that are found during preverification.
 


Mobile Tools for Java
Release 1.0