Package gnu.mapping
Class LocationProc<T>
java.lang.Object
gnu.mapping.PropertySet
gnu.mapping.Procedure
gnu.mapping.Procedure0or1
gnu.mapping.LocationProc<T>
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.
-
Field Summary
Fields inherited from class gnu.mapping.Procedure0or1
applyToObject
Fields inherited from class gnu.mapping.Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKey
Fields inherited from class gnu.mapping.PropertySet
nameKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply0()
final Location
final T
getValue()
static LocationProc
void
pushConverter
(Procedure converter) void
If HasSetter, the Procedure is called in the LHS of an assignment.toString()
Methods inherited from class gnu.mapping.Procedure0or1
apply2, apply3, apply4, applyN, applyToObject, numArgs
Methods inherited from class gnu.mapping.Procedure
applyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getReturnType, getSourceLocation, isSideEffectFree, lookupApplyHandle, maxArgs, maxArgs, minArgs, minArgs, set1, setN, setSetter, setSourceLocation
Methods inherited from class gnu.mapping.PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
-
Constructor Details
-
LocationProc
-
LocationProc
-
-
Method Details
-
makeNamed
-
pushConverter
-
getValue
- Throws:
Throwable
-
apply0
- Specified by:
apply0
in classProcedure0or1
- Throws:
Throwable
-
apply1
- Specified by:
apply1
in classProcedure0or1
- Throws:
Throwable
-
set0
Description copied from class:Procedure
If HasSetter, the Procedure is called in the LHS of an assignment. -
getSetter
-
getLocation
-
toString
-