









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Class: PRINCIPLES OF OBJECT-ORIENTED PROGRAMMING II; Subject: Computer Science; University: Rice University; Term: Fall 2008;
Typology: Exams
1 / 16
This page cannot be seen from the preview
Don't miss anything!










// FOR STUDENT TO COMPLETE: add fields and methods here private LRStruct src1; private LRStruct src2; private ILambda op; public LRStruct nextLRS() { return makeLRS(); } /**
package lrs.lazyLRSEvaluators; import fp.; import lrs.; /**
package brs.visitor; import brs.; import lrs.; /**