Uses of Class gnu.lists.Pair

Uses in package gnu.commonlisp.lang

Methods with parameter type gnu.lists.Pair

Expression
Expression
Expression
Expression
boolean
defun.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
defvar.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)

Uses in package gnu.jemacs.lang

Methods with parameter type gnu.lists.Pair

Expression
Expression
Expression
boolean
defcustom.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
defgroup.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)

Uses in package gnu.kawa.lispexpr

Methods with parameter type gnu.lists.Pair

Expression
boolean
DefineNamespace.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
Check if a statement is a definition, for initial pass.

Uses in package gnu.lists

Classes derived from gnu.lists.Pair

class
A Pair with the file name and position it was read from.

Methods with parameter type gnu.lists.Pair

Pair
LList.chain1(Pair old, Object arg1)
Utility function used by compiler when inlining `list'.
Pair
LList.chain4(Pair old, Object arg1, Object arg2, Object arg3, Object arg4)
Utility function used by compiler when inlining `list'.
int
Pair.compareTo(Pair pair1, Pair pair2)
boolean
Pair.equals(Pair pair1, Pair pair2)

Methods with return type gnu.lists.Pair

Pair
LList.chain1(Pair old, Object arg1)
Utility function used by compiler when inlining `list'.
Pair
LList.chain4(Pair old, Object arg1, Object arg2, Object arg3, Object arg4)
Utility function used by compiler when inlining `list'.
Pair
Pair
LList.list1(Object arg1)
Pair
LList.list2(Object arg1, Object arg2)
Pair
LList.list3(Object arg1, Object arg2, Object arg3)
Pair
LList.list4(Object arg1, Object arg2, Object arg3, Object arg4)
Pair
Pair.make(Object car, Object cdr)

Uses in package kawa.lang

Methods with parameter type gnu.lists.Pair

Type
Translator.exp2Type(Pair typeSpecPair)
Extract a type from the car of a pair.
Pair
Translator.makePair(Pair pair, Object car, Object cdr)
Expression
Expression
Expression
Expression
Expression
Translator.rewrite_car(Pair pair, boolean function)
Expression
Expression
Translator.rewrite_pair(Pair p, boolean function)
boolean
Syntax.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
Check if a statement is a definition, for initial pass.
void
void
void

Methods with return type gnu.lists.Pair

Pair
Translator.makePair(Pair pair, Object car, Object cdr)

Uses in package kawa.standard

Methods with parameter type gnu.lists.Pair

Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Object[]
Does the first "scan-time" processing of the class/object definition.
boolean
require.scanForDefinitions(Pair st, Vector forms, ScopeExp defs, Translator tr)
boolean
define_alias.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
Check if a statement is a definition, for initial pass.
boolean
define_autoload.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
define_class.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
define_member_alias.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
Check if a statement is a definition, for initial pass.
boolean
define_unit.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
define_variable.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
export.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
module_compile_options.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
boolean
module_static.scanForDefinitions(Pair st, java.util.Vector forms, ScopeExp defs, Translator tr)
void
void
void
void
void