Serialized Form
Class gate.util.AbstractFeatureBearer extends Object implements Serializable |
serialVersionUID: -2962478253218344471L
features
gate.FeatureMap features
Class gate.util.AbstractNameBearer extends Object implements Serializable |
serialVersionUID: -3745118855639865521L
name
String name
Class gate.util.DocumentFormatException extends gate.util.GateException implements Serializable |
Class gate.util.GateException extends Exception implements Serializable |
Class gate.util.GateRuntimeException extends RuntimeException implements Serializable |
Class gate.util.GateSaxException extends SAXException implements Serializable |
Class gate.util.InvalidDatabaseException extends gate.util.GateException implements Serializable |
Class gate.util.InvalidOffsetException extends gate.util.GateException implements Serializable |
Class gate.util.LazyProgrammerException extends RuntimeException implements Serializable |
Class gate.util.MethodNotImplementedException extends gate.util.GateRuntimeException implements Serializable |
Class gate.util.NoSuchObjectException extends gate.util.GateException implements Serializable |
Class gate.util.OpenTransactionsException extends gate.util.GateException implements Serializable |
Class gate.util.OptionsMap extends HashMap implements Serializable |
Class gate.util.OrderByRestriction extends Object implements Serializable |
key
String key
operator_
int operator_
Class gate.util.Pair extends Object implements Serializable |
serialVersionUID: 3690756099267025454L
first
Object first
second
Object second
Class gate.util.RawEditorKit extends StyledEditorKit implements Serializable |
Class gate.util.RBTreeMap extends AbstractMap implements Serializable |
serialVersionUID: -1454324265766936618L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream arg0)
throws IOException
- Throws:
IOException
comparator
Comparator<T> comparator
Class gate.util.Restriction extends Object implements Serializable |
value
Object value
key
String key
operator_
int operator_
Class gate.util.Scratch.ContentPropertyReader extends Object implements Serializable |
Class gate.util.SimpleArraySet extends Object implements Serializable |
theArray
Object[] theArray
Class gate.util.SimpleFeatureMapImpl extends gate.util.SimpleMapImpl implements Serializable |
serialVersionUID: -2747241616127229116L
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Allow serialization of the Spring FSR field.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Allow serialization of the Spring FSR field.
- Throws:
IOException
outputTypes
Set<E> outputTypes
- What types of output to generate.
doIncludes
boolean doIncludes
- Should we process included files or not?
ioHandler
IOHandler ioHandler
- IOHandler to pass to the parser.
serialVersionUID: 1L
linkedBy
Map<K,V> linkedBy
- A Map of a File path to a Set of all file paths that link to it. Files are
given by canonical paths. The key is "linked by" its values. The key is the
file that is linked to. This Map gives the inverse of the relation in the
linkedTo Map, and the contents of the two should be kept consistent. Both
directions of the relation are recorded to make removal of old relations
easier.
linksTo
Map<K,V> linksTo
- A Map of a File path to a Set of all file paths that it links to. Files are
given by canonical paths. The key "links to" its values. The key is the
file that contains the link. This Map gives the inverse of the relation in
the linkedBy Map, and the contents of the two should be kept consistent.
includedBy
Map<K,V> includedBy
- A Map of a File path to a Set of all file paths that include it. Files are
given by canonical paths. The key is "included by" its values. The key is
the file that is included. This Map gives the inverse of the relation in
the includes Map, and the contents of the two should be kept consistent.
Both directions of the relation are recorded to make removal of old
relations easier, and makes the calculation of transitive includes easier.
includes
Map<K,V> includes
- A Map of a File path to a Set of all file paths that it includes. Files are
given by canonical paths. The key "includes" its values. The key is the
file that contains the include statement. This Map gives the inverse of the
relation in the includedBy Map, and the contents of the two should be kept
consistent.
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.