|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PairWithPosition | |
---|---|
gnu.lists | Contains utility classes and interfaces for sequences (lists), arrays, and trees. |
kawa.lang | Core Kawa classes for Scheme and Lisp compile-time. |
Uses of PairWithPosition in gnu.lists |
---|
Methods in gnu.lists that return PairWithPosition | |
---|---|
static PairWithPosition |
PairWithPosition.make(java.lang.Object car,
java.lang.Object cdr,
java.lang.String filename,
int position)
|
static PairWithPosition |
PairWithPosition.make(java.lang.Object car,
java.lang.Object cdr,
java.lang.String filename,
int line,
int column)
|
Uses of PairWithPosition in kawa.lang |
---|
Methods in kawa.lang with parameters of type PairWithPosition | |
---|---|
Expression |
Translator.rewrite_with_position(java.lang.Object exp,
boolean function,
PairWithPosition pair)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |