| Interface | Description |
|---|---|
| Compiler |
This interface is the core for compiler plug-in types.
|
| Compiler.CompilerListener |
This is an interface that should be implemented by the emuStudio,
and/or other plug-ins that want to process the output of the compiler.
|
| CompilerContext |
This interface defines compiler context.
|
| LexicalAnalyzer |
Interface that implements lexical analyzer
|
| Token |
Interface that identifies a token.
|
| Class | Description |
|---|---|
| AbstractCompiler |
This class implements some fundamental functionality that can be
useful within the implementation of own compiler plug-ins.
|
| Message |
This class provides the message object that will be passed when the compiler
wishes to print a message.
|
| SourceFileExtension |
This class is a container that holds a single file extension and its
description for source file that is supported for the compiler.
|
| Enum | Description |
|---|---|
| Message.MessageType |
Message type.
|
Copyright © 2017. All rights reserved.