| Interface | Description |
|---|---|
| CancelIndicator | |
| IAcceptor<T> | |
| IDisposable |
Interface for things that can be disposed.
|
| IFileSystemScanner | |
| IResourceScopeCache | |
| ITextRegion |
Represents a range in a stream of characters.
|
| ITextRegionWithLineInformation | |
| OnChangeEvictingCache.Listener |
A simple cache listener.
|
| PolymorphicDispatcher.ErrorHandler<P> |
| Class | Description |
|---|---|
| AbstractLinkedStack<THIS extends AbstractLinkedStack<?,ELEMENT>,ELEMENT> | |
| AbstractLinkedStack.Element<T> | |
| Arrays | |
| BufferedCancelIndicator |
A cancel indicator that will not cancel immediately but only after a delay to
allow short running tasks to complete despite an attempt to cancel.
|
| CollectionBasedAcceptor<T> | |
| DiffUtil | |
| DisposableRegistry |
A compound disposable that serves as a registry.
|
| EcoreGenericsUtil | |
| EcoreGenericsUtil.TypeBindingAcceptor | |
| EmfFormatter | |
| EmfStructureComparator | |
| Exceptions | |
| Files | |
| GraphvizDotBuilder | |
| IFileSystemScanner.JavaIoFileSystemScanner | |
| IResourceScopeCache.NullImpl | |
| JavaStringConverter |
Reusable and customizable implementation of the method pair
Strings.convertToJavaString(String) and
Strings.convertFromJavaString(String, boolean). |
| LazyStringInputStream |
An input stream based on a string that keeps a reference to the string
itself and converts it to bytes only on demand.
|
| LineAndColumn |
A simple record with line and column information.
|
| LineFilterOutputStream | Deprecated
this class is obsolete and will be removed in a future release of Xtext.
|
| LinkedStack<T> | |
| MergeableManifest | Deprecated
Uses reflection which will not work well with future java
versions.
|
| MergeableManifest2 |
Functionality to read and write Manifest files.
|
| Modules2 | |
| NonRecursiveEContentAdapter |
EContentAdapter with recursion disabled. |
| Notifications | |
| OnChangeEvictingCache |
A cache implementation that stores its values in the scope of a resource.
|
| OnChangeEvictingCache.CacheAdapter | |
| Pair<T,U> | |
| PolymorphicDispatcher<RT> | |
| PolymorphicDispatcher.DefaultErrorHandler<RT> | |
| PolymorphicDispatcher.MethodNameFilter | |
| PolymorphicDispatcher.NullErrorHandler<RT> | |
| PolymorphicDispatcher.Predicates | |
| PolymorphicDispatcher.WarningErrorHandler<RT> | |
| ReflectionUtil | |
| ReplaceRegion | |
| SimpleAttributeResolver<K extends org.eclipse.emf.ecore.EObject,T> | |
| SimpleCache<Key,Value> |
A primitive cache implementation.
|
| StopWatch | |
| StringInputStream | |
| Strings | |
| TailWriter |
Used to remove the timestamp from generated antlr parsers and lexers to
prevent noise in cvs.
|
| TextRegion | |
| TextRegionWithLineInformation | |
| Triple<S1,S2,S3> | |
| Tuples | |
| UriExtensions | |
| UriUtil | |
| Wrapper<T> | |
| XtextVersion |
| Enum | Description |
|---|---|
| ExceptionAcceptor | |
| JavaVersion |
Enumeration of Java language versions.
|
| JUnitVersion |
| Exception | Description |
|---|---|
| RuntimeIOException |
The purpose of this exception is to wrap checked exceptions that occurred while accessing the file system, i.e.
|