com.sun.el.parser
类 AstFunction

java.lang.Object
  继承者 com.sun.el.lang.ELSupport
      继承者 com.sun.el.parser.SimpleNode
          继承者 com.sun.el.parser.AstFunction
所有已实现的接口:
Node

public final class AstFunction
extends SimpleNode

版本:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: hmalphett $
作者:
Jacob Hookom [jacob@hookom.net]

字段摘要
protected  String localName
           
protected  String prefix
           
 
从类 com.sun.el.parser.SimpleNode 继承的字段
children, id, image, parent
 
构造方法摘要
AstFunction(int id)
           
 
方法摘要
 String getLocalName()
           
 String getOutputName()
           
 String getPrefix()
           
 Class getType(EvaluationContext ctx)
           
 Object getValue(EvaluationContext ctx)
           
 void setLocalName(String localName)
           
 void setPrefix(String prefix)
           
 String toString()
           
 
从类 com.sun.el.parser.SimpleNode 继承的方法
accept, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString
 
从类 com.sun.el.lang.ELSupport 继承的方法
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

localName

protected String localName

prefix

protected String prefix
构造方法详细信息

AstFunction

public AstFunction(int id)
方法详细信息

getLocalName

public String getLocalName()

getOutputName

public String getOutputName()

getPrefix

public String getPrefix()

getType

public Class getType(EvaluationContext ctx)
              throws ELException
指定者:
接口 Node 中的 getType
覆盖:
SimpleNode 中的 getType
抛出:
ELException

getValue

public Object getValue(EvaluationContext ctx)
                throws ELException
指定者:
接口 Node 中的 getValue
覆盖:
SimpleNode 中的 getValue
抛出:
ELException

setLocalName

public void setLocalName(String localName)

setPrefix

public void setPrefix(String prefix)

toString

public String toString()
覆盖:
SimpleNode 中的 toString


Copyright © 2013. All Rights Reserved.