Mobile Tools for Java
Release 1.0

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

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

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

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

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


Mobile Tools for Java
Release 1.0