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, size
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final java.lang.String ID
protected CommonErrorDetector()
public static CommonErrorDetector getInstance()
public java.lang.String getID()
IHasID
null
.getID
in interface IHasID
getID
in class CompositeErrorDetector
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.