kawa.standard

Class thisRef

Implemented Interfaces:
Named, Printable

public class thisRef
extends Syntax

Field Summary

static thisRef
thisSyntax

Method Summary

Expression
rewriteForm(Pair form, Translator tr)

Methods inherited from class kawa.lang.Syntax

getName, getSymbol, print, rewrite, rewriteForm, rewriteForm, scanForDefinitions, scanForm, setName, setName

Field Details

thisSyntax

public static final thisRef thisSyntax

Method Details

rewriteForm

public Expression rewriteForm(Pair form,
                              Translator tr)
Overrides:
rewriteForm in interface Syntax