| Package | Description |
|---|---|
| emulib.plugins.compiler | |
| emulib.runtime |
| Class and 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.
|
| LexicalAnalyzer
Interface that implements lexical analyzer
|
| Message
This class provides the message object that will be passed when the compiler
wishes to print a message.
|
| Message.MessageType
Message type.
|
| SourceFileExtension
This class is a container that holds a single file extension and its
description for source file that is supported for the compiler.
|
| Token
Interface that identifies a token.
|
| Class and Description |
|---|
| CompilerContext
This interface defines compiler context.
|
Copyright © 2017. All rights reserved.