gnu.kawa.functions
public class GetNamedInstancePart extends ProcedureN implements Externalizable, CanInline, HasSetter
| Constructor Summary | |
|---|---|
| GetNamedInstancePart() | |
| GetNamedInstancePart(String name) | |
| Method Summary | |
|---|---|
| Object | applyN(Object[] args) |
| Procedure | getSetter() |
| Expression | inline(ApplyExp exp, ExpWalker walker) |
| static Expression | makeExp(Expression member) |
| int | numArgs() |
| void | readExternal(ObjectInput in) |
| void | setPartName(String name) |
| void | writeExternal(ObjectOutput out) |