com.sun.el.parser
类 AstMethodSuffix

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

public class AstMethodSuffix
extends SimpleNode

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

字段摘要
 
从类 com.sun.el.parser.SimpleNode 继承的字段
children, id, image, parent
 
构造方法摘要
AstMethodSuffix(int id)
           
 
方法摘要
 boolean isParametersProvided()
           
 
从类 com.sun.el.parser.SimpleNode 继承的方法
accept, dump, equals, getImage, getMethodInfo, getType, getValue, getValueReference, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, 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
 

构造方法详细信息

AstMethodSuffix

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

isParametersProvided

public boolean isParametersProvided()
指定者:
接口 Node 中的 isParametersProvided
覆盖:
SimpleNode 中的 isParametersProvided


Copyright © 2013. All Rights Reserved.