Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
gnu.xml |
Utilities for working with XML.
|
kawa.lang |
Core Kawa classes for Scheme and Lisp compile-time.
|
Modifier and Type | Method and Description |
---|---|
void |
Compilation.error(char severity,
java.lang.String message,
SourceLocator location) |
ErrorExp |
ExpExpVisitor.error(char severity,
java.lang.String message,
SourceLocator location)
Report an error.
|
void |
Compilation.error(char severity,
java.lang.String message,
java.lang.String code,
SourceLocator decl) |
static QuoteExp |
QuoteExp.getInstance(java.lang.Object value,
SourceLocator position) |
void |
Compilation.setLocation(SourceLocator position) |
void |
Expression.setLocation(SourceLocator location)
Copies the current location.
|
Constructor and Description |
---|
PairWithPosition(SourceLocator where,
java.lang.Object car,
java.lang.Object cdr) |
Constructor and Description |
---|
UnboundLocationException(java.lang.Object symbol,
SourceLocator location) |
Modifier and Type | Method and Description |
---|---|
SourceLocator |
SourceMessages.swapSourceLocator(SourceLocator locator) |
Modifier and Type | Method and Description |
---|---|
void |
SourceMessages.error(char severity,
SourceLocator location,
java.lang.String message) |
void |
SourceMessages.error(char severity,
SourceLocator location,
java.lang.String message,
java.lang.String code) |
void |
SourceMessages.setLocation(SourceLocator locator)
Copies the current position of locator.
|
void |
SourceLocator.Simple.setLocation(SourceLocator location) |
void |
SourceMessages.setSourceLocator(SourceLocator locator)
Links our location to the one give.
|
static long |
SourceMapper.simpleEncode(SourceLocator location) |
SourceLocator |
SourceMessages.swapSourceLocator(SourceLocator locator) |
Constructor and Description |
---|
SourceError(char severity,
SourceLocator location,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
void |
XMLFilter.setSourceLocator(SourceLocator locator) |
Constructor and Description |
---|
FormStack(SourceLocator sloc) |
PairWithPositionSyntaxForm(Pair datum,
SourceLocator where,
TemplateScope scope) |