gnu.mapping
Class LocationProc
- HasSetter, Named
public class LocationProc
A Procedure that evaluates to the value of a Location.
Calling it with one argument sets the value, for compatibility
with the "parameter objects" of SRFI-39.
apply , apply , apply0 , apply1 , apply2 , apply3 , apply4 , applyN , check0 , check1 , check2 , check3 , check4 , checkArgCount , checkN , getSetter , getSourceLocation , match0 , match1 , match2 , match3 , match4 , matchN , maxArgs , minArgs , numArgs , set0 , set1 , setN , setSetter , setSourceLocation , toString |
LocationProc
public LocationProc(Location loc)
getLocation
public final Location getLocation()
pushConverter
public void pushConverter(Procedure converter)
set0
public void set0(Object value)
throws Throwable
- set0 in interface Procedure