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 StringPseudo-method-name for the cast operation.static final StringPREFIX:<>is equivalent to theClassTypebound toPREFIX.static final GetNamedPartstatic final StringPseudo-method-name for class-membership-test (instanceof) operation.Fields inherited from class gnu.mapping.Procedure2
applyToObjectFields inherited from class gnu.mapping.Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKeyFields 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, numArgsMethods 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, toStringMethods inherited from class gnu.mapping.PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
-
Field Details
-
getNamedPart
-
CLASSTYPE_FOR
PREFIX:<>is equivalent to theClassTypebound 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