gnu.kawa.functions
Class GetNamedPart
- CanInline, HasSetter, Named
public class GetNamedPart
Procedure to get the value of a named component of an object.
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 |
CAST_METHOD_NAME
public static final String CAST_METHOD_NAME
Pseudo-method-name for the cast operation.
CLASSTYPE_FOR
public static final String CLASSTYPE_FOR
PREFIX:<> is equivalent to the ClassType bound to PREFIX.
INSTANCEOF_METHOD_NAME
public static final String INSTANCEOF_METHOD_NAME
Pseudo-method-name for class-membership-test (instanceof) operation.
apply2
public Object apply2(Object container,
Object part)
throws Throwable
- apply2 in interface Procedure2
getMemberPart
public static Object getMemberPart(Object container,
String name)
throws Throwable
getNamedPart
public static Object getNamedPart(Object container,
Symbol part)
throws Throwable
getTypePart
public static Object getTypePart(Type type,
String name)
throws Throwable