public static class FunctionMapperImpl.Function extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
protected String |
localName |
protected Method |
m |
protected String |
name |
protected String |
owner |
protected String |
prefix |
protected String[] |
types |
Constructor and Description |
---|
FunctionMapperImpl.Function() |
FunctionMapperImpl.Function(String prefix,
String localName,
Method m) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Method |
getMethod() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected transient Method m
protected String owner
protected String name
protected String[] types
protected String prefix
protected String localName
public FunctionMapperImpl.Function(String prefix, String localName, Method m)
public FunctionMapperImpl.Function()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public Method getMethod()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.