Home
last modified time | relevance | path

Searched defs:KeywordParam (Results 1 – 1 of 1) sorted by relevance

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DArgumentListProcessor.java1026 public static class KeywordParam extends OptionalParam { class in ArgumentListProcessor
1029 public KeywordParam(boolean suppliedVar, LispObject form, Symbol keyword) { in KeywordParam() method in ArgumentListProcessor.KeywordParam
1033 public KeywordParam(Symbol var, boolean special, in KeywordParam() method in ArgumentListProcessor.KeywordParam