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 PrimProceduregetMakeProcLocProc()static LocationProcmakeLocationProc(Location loc)static LocationmakeProcLocation$V(Procedure proc, Object[] args)static Expressionrewrite(Expression arg, Translator tr)Expressionrewrite(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:SyntaxRe-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)
-
-