Mobile Tools for Java
Release 1.0

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

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

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

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

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


Mobile Tools for Java
Release 1.0