Package | Description |
---|---|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
gnu.q2.lang |
Support for the experimental Q2 language.
|
kawa.lang |
Core Kawa classes for Scheme and Lisp compile-time.
|
Modifier and Type | Method and Description |
---|---|
static PairWithPosition |
PairWithPosition.make(java.lang.Object car,
java.lang.Object cdr,
java.lang.String filename,
int line,
int column) |
static PairWithPosition |
PairWithPosition.make(java.lang.Object car,
java.lang.Object cdr,
java.lang.String filename,
long position) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Operator.combine(java.lang.Object largs,
java.lang.Object rargs,
PairWithPosition op) |
Modifier and Type | Class and Description |
---|---|
static class |
SyntaxForms.PairWithPositionSyntaxForm |
Modifier and Type | Method and Description |
---|---|
Expression |
Translator.rewrite_with_position(java.lang.Object exp,
boolean function,
PairWithPosition pair) |
Constructor and Description |
---|
PairWithPositionSyntaxForm(PairWithPosition datum,
TemplateScope scope) |