All Types
| com.virtlink.aesi.eclipse.debugging.model.AbstractDebugThread | Abstract base class for debug thread implementations. |
| com.virtlink.aesi.debugging.AbstractDebugger | Abstract base class for debuggers. The debugger must call the [`#fireThreadCreated`](#) and
#fireThreadDestroyed
methods for any threads that are created or destroyed after the debugger has been attached and before the debugger has been detached. Then, for each thread created, the debugger must call either the [`#fireThreadResumed`](#) or the
#fireThreadSuspended
methods to indicate the running state of the thread. |
| com.virtlink.aesi.debugging.AbstractSyncDebugger | Executes synchronous actions asynchronously. |
| com.virtlink.aesi.eclipse.debugging.model.AesiBreakpoint | |
| com.virtlink.aesi.eclipse.debugging.model.AesiBreakpointAdapterFactory | |
| com.virtlink.aesi.eclipse.debugging.model.AesiBreakpointManager | Manages breakpoints. |
| com.virtlink.aesi.eclipse.codecompletion.AesiCompletionProcessor | A code completion processor for AESI languages. |
| com.virtlink.aesi.eclipse.structureoutline.AesiContentProvider | |
| com.virtlink.aesi.eclipse.debugging.model.AesiDebugElement | A debug element. |
| com.virtlink.aesi.eclipse.editors.AesiDocument | An AESI document. |
| com.virtlink.aesi.eclipse.editors.AesiDocumentManager | |
| com.virtlink.aesi.eclipse.editors.AesiDocumentProvider | |
| com.virtlink.aesi.eclipse.editors.AesiFileDocument | A file-backed document. |
| com.virtlink.aesi.eclipse.structureoutline.AesiLabelProvider | |
| com.virtlink.aesi.eclipse.launching.AesiLaunchConfigurationDelegate | The launch configuration delegate. |
| com.virtlink.aesi.eclipse.launching.AesiLaunchConfigurationTabGroup | |
| com.virtlink.aesi.eclipse.debugging.model.AesiLineBreakpointAdapter | |
| com.virtlink.aesi.eclipse.structureoutline.AesiOutlinePage | |
| com.virtlink.aesi.eclipse.AesiPlugin | The activator class controls the plug-in life cycle |
| com.virtlink.aesi.eclipse.editors.AesiSourceViewerConfiguration | The AESI source viewer configuration. |
| com.virtlink.aesi.eclipse.debugging.model.AesiStackFrame | A stack frame. |
| com.virtlink.aesi.eclipse.structureoutline.AesiStructureSymbol | |
| com.virtlink.aesi.eclipse.AesiUtils | |
| com.virtlink.aesi.eclipse.syntaxcoloring.AsyncPresentationReconciler | Implementation of the IPresentationReconciler
that assumes that its presentation repairer may take some time. The damagers however should be quick, since they’ll be executed on the main thread. |
| com.virtlink.aesi.codecompletion.CompletionProposal | A completion proposal. |
| org.slf4j.impl.ConsoleLoggerAdapter | Logs to the console view. |
| com.virtlink.aesi.eclipse.Contract | Pre- and post-conditions. |
| com.virtlink.aesi.codecompletion.DummyCodeCompleter | |
| com.virtlink.aesi.structureoutline.DummyStructureOutliner | |
| com.virtlink.aesi.syntaxhighlighting.DummySyntaxColorizer | A dummy implementation of the syntax colorizer interface. |
| org.slf4j.impl.EclipseLoggerAdapter | Logs to the Eclipse Error view. |
| org.slf4j.impl.EclipseLoggerFactory | Creates Eclipse logger adapters. |
| com.virtlink.aesi.debugging.IAttachOptions | Options for attaching to a program. |
| com.virtlink.aesi.codecompletion.ICodeCompleter | A code completer. |
| com.virtlink.aesi.debugging.IDebugSession | A debug session. |
| com.virtlink.aesi.debugging.IDebuggerCapabilities | Specifies the capabilities of the debugger. |
| com.virtlink.aesi.debugging.IEvaluator | Evaluates expressions. |
| com.virtlink.aesi.debugging.IProcess | Created by daniel on 6/29/17. |
| com.virtlink.aesi.debugging.IValue | A value. |
| com.virtlink.aesi.eclipse.editors.IXMLColorConstants | |
| com.virtlink.aesi.eclipse.IconManager | Manages the icons. |
| org.slf4j.impl.LoggerBase | Base implementation for loggers. |
| com.virtlink.aesi.eclipse.logging.LoggerFactory | |
| com.virtlink.aesi.debugging.mock.MockBreakpoint | |
| com.virtlink.aesi.debugging.mock.MockDebugSession | |
| com.virtlink.aesi.debugging.mock.MockDebugger | |
| com.virtlink.aesi.debugging.mock.MockThread | |
| com.virtlink.aesi.NonNullByDefault | This annotation can be applied to a package, class or method to indicate that the class fields, method return types and parameters in that element are not null by default unless there is:
- An explicit nullness annotation
- The method overrides a method in a superclass (in which case the annotation of the corresponding parameter in the superclass applies)
- there is a default parameter annotation applied to a more tightly nested element.
| | com.virtlink.aesi.eclipse.editors.NonRuleBasedDamagerRepairer | | | com.virtlink.aesi.Offset | A location in a document. | | com.virtlink.aesi.Span2 | A span in a document. | | org.slf4j.impl.StaticLoggerBinder | The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class. | | com.virtlink.aesi.structureoutline.Symbol | | | com.virtlink.aesi.structureoutline.SymbolKind | | | com.virtlink.aesi.eclipse.editors.TagRule | | | com.virtlink.aesi.eclipse.editors.TextStyle | Describes the style of source code. | | com.virtlink.aesi.debugging.ThreadState | Specifies the state of a thread. | | com.virtlink.aesi.syntaxhighlighting.Token | A colorizer token. | | com.virtlink.aesi.eclipse.editors.XMLPartitionScanner | | | com.virtlink.aesi.eclipse.editors.XMLScanner | | | com.virtlink.aesi.eclipse.editors.XMLTagScanner | | | com.virtlink.aesi.eclipse.editors.XMLWhitespaceDetector | |