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

另请参见:
序列化表格

字段摘要
protected  String localName
           
protected  Method m
           
protected  String name
           
protected  String owner
           
protected  String prefix
           
protected  String[] types
           
 
构造方法摘要
FunctionMapperImpl.Function()
           
FunctionMapperImpl.Function(String prefix, String localName, Method m)
           
 
方法摘要
 boolean equals(Object obj)
           
 Method getMethod()
           
 int hashCode()
           
 boolean matches(String prefix, String localName)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

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.