Package kawa.standard
Class location
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.location
-
-
Constructor Summary
Constructors Constructor Description location()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrimProcedure
getMakeProcLocProc()
static LocationProc
makeLocationProc(Location loc)
static Location
makeProcLocation$V(Procedure proc, Object[] args)
static Expression
rewrite(Expression arg, Translator tr)
Expression
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 Detail
-
location
public static final location location
-
-
Method Detail
-
rewrite
public Expression rewrite(Object obj, Translator tr)
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object.
-
rewrite
public static Expression rewrite(Expression arg, Translator tr)
-
getMakeProcLocProc
public static PrimProcedure getMakeProcLocProc()
-
makeLocationProc
public static LocationProc makeLocationProc(Location loc)
-
-