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 |
---|
Function() |
Function(String prefix,
String localName,
Method m) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Method |
getMethod() |
int |
hashCode() |
boolean |
matches(String prefix,
String localName) |
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 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 © 2006–2018 TinyGroup. All rights reserved.