public class SexpList extends Sexp
SexpList()
void
add(Sexp x)
Sexp
get(int i)
int
length()
isList, isSymbol
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SexpList()
public void add(Sexp x)
public int length()
public Sexp get(int i)
Copyright © 2016 New York University. All rights reserved.