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 PrimProcedurestatic LocationProcmakeLocationProc(Location loc) static LocationmakeProcLocation$V(Procedure proc, Object[] args) static Expressionrewrite(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:SyntaxRe-write an expression that is an "application" of this Syntax object. -
rewrite
-
getMakeProcLocProc
-
makeProcLocation$V
-
makeLocationProc
-