public class CommonErrorDetector extends CompositeErrorDetector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The ID for this error detector, "edu.mit.jmwe.error.common"
|
| Modifier | Constructor and Description |
|---|---|
protected |
CommonErrorDetector()
This constructor is marked protected so that this class may be
subclassed, but not directly instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Returns an ID string that uniquely identifies this object or object type.
|
static CommonErrorDetector |
getInstance()
Returns the singleton instance of this class, instantiating if necessary.
|
detect, get, sizeadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final java.lang.String ID
protected CommonErrorDetector()
public static CommonErrorDetector getInstance()
public java.lang.String getID()
IHasIDnull.getID in interface IHasIDgetID in class CompositeErrorDetectorCopyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.