Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.preverifier.results.IClassErrorInformation

Packages that use IClassErrorInformation
org.eclipse.mtj.preverifier.results This package provides the model representing the preverification results. 
 

Uses of IClassErrorInformation in org.eclipse.mtj.preverifier.results
 

Methods in org.eclipse.mtj.preverifier.results that return IClassErrorInformation
 IClassErrorInformation PreverificationErrorLocation.getClassInformation()
          Return information about the class in which the error occurred or null if there is not class information.
 

Constructors in org.eclipse.mtj.preverifier.results with parameters of type IClassErrorInformation
PreverificationErrorLocation(PreverificationErrorLocationType locationType, IClassErrorInformation classInformation, IMethodErrorInformation methodInformation, IFieldErrorInformation fieldInformation, int lineNumber)
          Construct a new location object.
 


Mobile Tools for Java
Release 1.0