Uses of Class
gnu.lists.PairWithPosition
-
Packages that use PairWithPosition Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.kawa.lang -
-
Uses of PairWithPosition in gnu.lists
Methods in gnu.lists that return PairWithPosition Modifier and Type Method Description static PairWithPosition
PairWithPosition. make(Object car, Object cdr, String filename, int line, int column)
static PairWithPosition
PairWithPosition. make(Object car, Object cdr, String filename, long position)
-
Uses of PairWithPosition in kawa.lang
Subclasses of PairWithPosition in kawa.lang Modifier and Type Class Description static class
SyntaxForms.PairWithPositionSyntaxForm
Methods in kawa.lang with parameters of type PairWithPosition Modifier and Type Method Description Expression
Translator. rewrite_with_position(Object exp, boolean function, PairWithPosition pair)
Constructors in kawa.lang with parameters of type PairWithPosition Constructor Description PairWithPositionSyntaxForm(PairWithPosition datum, TemplateScope scope)
-