26.09.2013 Views

Transformation of Applicative Specifications into Imperative ...

Transformation of Applicative Specifications into Imperative ...

Transformation of Applicative Specifications into Imperative ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

public void visitOR (OR or ) {}<br />

public void visitAND (AND and ) {}<br />

public void visitABS (ABS abs ) {}<br />

public void visitINTCAST (INTCAST i n t c a s t ) {}<br />

F.2. VISITOR MODULES<br />

public void visitREALCAST (REALCAST r e a l c a s t ) {}<br />

public void visitLEN (LEN l e n ) {}<br />

public void visitINDS (INDS inds ) {}<br />

public void visitELEMS (ELEMS elems ) {}<br />

public void visitHD (HD hd ) {}<br />

public void visitTL (TL t l ) {}<br />

public void visitNOT (NOT not ) {}<br />

public void visitPREFIXMINUS (PREFIXMINUS prefixminus ) {}<br />

public void visitPREFIXPLUS (PREFIXPLUS p r e f i x p l u s ) {}<br />

public void visitCARD (CARD card ) {}<br />

public void visitDOM (DOM dom) {}<br />

public void visitRNG (RNG rng ) {}<br />

public void v i s i t L e t D e f ( LetDef l e t D e f ) {<br />

l e t D e f . binding ( ) . accept ( this ) ;<br />

l e t D e f . value_expr ( ) . accept ( this ) ;<br />

}<br />

public void visitMakeBinding ( MakeBinding binding ) {<br />

binding . binding ( ) . accept ( this ) ;<br />

}<br />

public void visitMakeRecordPattern ( MakeRecordPattern<br />

recordPattern ) {<br />

recordPattern . value_or_variable_name ( ) . accept ( this ) ;<br />

for ( Pattern pattern :<br />

recordPattern . i n n e r _ p a t t e r n _ l i s t ( ) . g e t L i s t ( ) ) {<br />

pattern . accept ( this ) ;<br />

}<br />

}<br />

527

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!