All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.operatingSystem.ObjectFileError

java.lang.Object
   |
   +----duckMachine.operatingSystem.ObjectFileError

public class ObjectFileError
extends Object

Variable Index

 o anyErrors

Constructor Index

 o ObjectFileError(String)

Method Index

 o reportError(int, String)
 o reportNewline(int)

Variables

 o anyErrors
 public boolean anyErrors

Constructors

 o ObjectFileError
 public ObjectFileError(String f)

Methods

 o reportNewline
 public void reportNewline(int pos)
 o reportError
 public void reportError(int pos,
                         String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index