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 Procedure0or1
applyToObjectFields inherited from class Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKeyFields inherited from class PropertySet
nameKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply0()final Locationfinal TgetValue()static LocationProcvoidpushConverter(Procedure converter) voidIf HasSetter, the Procedure is called in the LHS of an assignment.toString()Methods inherited from class Procedure0or1
apply2, apply3, apply4, applyN, applyToObject, numArgsMethods inherited from class Procedure
applyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getReturnType, getSourceLocation, isSideEffectFree, lookupApplyHandle, maxArgs, maxArgs, minArgs, minArgs, set1, setN, setSetter, setSourceLocationMethods inherited from class PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
-
Constructor Details
-
LocationProc
-
LocationProc
-
-
Method Details
-
makeNamed
-
pushConverter
-
getValue
-
apply0
- Specified by:
apply0in classProcedure0or1- Throws:
Throwable
-
apply1
-
set0
-
getSetter
-
getLocation
-
toString
-