Package gnu.kawa.functions
Class GetNamedPart
java.lang.Object
gnu.mapping.PropertySet
gnu.mapping.Procedure
gnu.mapping.Procedure2
gnu.kawa.functions.GetNamedPart
Procedure to get the value of a named component of an object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Pseudo-method-name for the cast operation.static final String
PREFIX:<>
is equivalent to theClassType
bound toPREFIX
.static final GetNamedPart
static final String
Pseudo-method-name for class-membership-test (instanceof) operation.Fields inherited from class gnu.mapping.Procedure2
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
Methods inherited from class gnu.mapping.Procedure2
apply0, apply1, 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, set0, set1, setN, setSetter, setSourceLocation, toString
Methods inherited from class gnu.mapping.PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
-
Field Details
-
getNamedPart
-
CLASSTYPE_FOR
PREFIX:<>
is equivalent to theClassType
bound toPREFIX
.- See Also:
-
CAST_METHOD_NAME
Pseudo-method-name for the cast operation.- See Also:
-
INSTANCEOF_METHOD_NAME
Pseudo-method-name for class-membership-test (instanceof) operation.- See Also:
-
-
Constructor Details
-
GetNamedPart
public GetNamedPart()
-
-
Method Details