org.apache.el.lang

Class FunctionMapperImpl.Function

public static class FunctionMapperImpl.Function extends Object implements Externalizable

Field Summary
protected StringlocalName
protected Methodm
protected Stringname
protected Stringowner
protected Stringprefix
protected String[]types
Constructor Summary
Function(String prefix, String localName, Method m)
Function()
Method Summary
booleanequals(Object obj)
MethodgetMethod()
inthashCode()
booleanmatches(String prefix, String localName)
voidreadExternal(ObjectInput in)
voidwriteExternal(ObjectOutput out)

Field Detail

localName

protected String localName

m

protected transient Method m

name

protected String name

owner

protected String owner

prefix

protected String prefix

types

protected String[] types

Constructor Detail

Function

public Function(String prefix, String localName, Method m)

Function

public Function()

Method Detail

equals

public boolean equals(Object obj)

getMethod

public Method getMethod()

hashCode

public int hashCode()

matches

public boolean matches(String prefix, String localName)

readExternal

public void readExternal(ObjectInput in)

writeExternal

public void writeExternal(ObjectOutput out)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.