com.sun.el.lang
类 FunctionMapperImpl.Function
java.lang.Object
com.sun.el.lang.FunctionMapperImpl.Function
- 所有已实现的接口:
- Externalizable, Serializable
- 包容类:
- FunctionMapperImpl
public static class FunctionMapperImpl.Function
- extends Object
- implements Externalizable
- 另请参见:
- 序列化表格
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
- 指定者:
- 接口
Externalizable 中的 writeExternal
- 抛出:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 指定者:
- 接口
Externalizable 中的 readExternal
- 抛出:
IOException
ClassNotFoundException
getMethod
public Method getMethod()
matches
public boolean matches(String prefix,
String localName)
equals
public boolean equals(Object obj)
- 覆盖:
- 类
Object 中的 equals
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
Copyright © 2013. All Rights Reserved.