org.apache.el.lang
Class FunctionMapperImpl.Function
java.lang.Object
org.apache.el.lang.FunctionMapperImpl.Function
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- FunctionMapperImpl
public static class FunctionMapperImpl.Function
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
m
protected transient Method m
owner
protected String owner
name
protected String name
types
protected String[] types
prefix
protected String prefix
localName
protected String localName
FunctionMapperImpl.Function
public FunctionMapperImpl.Function(String prefix,
String localName,
Method m)
FunctionMapperImpl.Function
public FunctionMapperImpl.Function()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getMethod
public Method getMethod()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.