Package kawa.standard
Class location
java.lang.Object
kawa.lang.Syntax
kawa.standard.location
- All Implemented Interfaces:
gnu.kawa.format.Printable
,Named
The Syntax transformer that re-writes the Kawa "location" primitive.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrimProcedure
static LocationProc
makeLocationProc
(Location loc) static Location
makeProcLocation$V
(Procedure proc, Object[] args) static Expression
rewrite
(Expression arg, Translator tr) rewrite
(Object obj, Translator tr) Re-write an expression that is an "application" of this Syntax object.Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewriteForm, scanForDefinitions, scanForm, setName, setName
-
Field Details
-
location
-
-
Constructor Details
-
location
public location()
-
-
Method Details
-
rewrite
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object. -
rewrite
-
getMakeProcLocProc
-
makeProcLocation$V
-
makeLocationProc
-