|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.sun.el.lang.ELSupport
com.sun.el.parser.SimpleNode
public abstract class SimpleNode
| 字段摘要 | |
|---|---|
protected Node[] |
children
|
protected int |
id
|
protected String |
image
|
protected Node |
parent
|
| 构造方法摘要 | |
|---|---|
SimpleNode(int i)
|
|
| 方法摘要 | |
|---|---|
void |
accept(NodeVisitor visitor)
|
void |
dump(String prefix)
|
boolean |
equals(Object node)
|
String |
getImage()
|
MethodInfo |
getMethodInfo(EvaluationContext ctx,
Class[] paramTypes)
|
Class |
getType(EvaluationContext ctx)
|
Object |
getValue(EvaluationContext ctx)
|
ValueReference |
getValueReference(EvaluationContext ctx)
|
int |
hashCode()
|
Object |
invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues)
|
boolean |
isParametersProvided()
|
boolean |
isReadOnly(EvaluationContext ctx)
|
void |
jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
jjtClose()
This method is called after all the child nodes have been added. |
Node |
jjtGetChild(int i)
This method returns a child node. |
int |
jjtGetNumChildren()
Return the number of children the node has. |
Node |
jjtGetParent()
|
void |
jjtOpen()
This method is called after the node has been made the current node. |
void |
jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
setImage(String image)
|
void |
setValue(EvaluationContext ctx,
Object value)
|
String |
toString()
|
String |
toString(String prefix)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
protected Node parent
protected Node[] children
protected int id
protected String image
| 构造方法详细信息 |
|---|
public SimpleNode(int i)
| 方法详细信息 |
|---|
public void jjtOpen()
Node 复制的描述
Node 中的 jjtOpenpublic void jjtClose()
Node 复制的描述
Node 中的 jjtClosepublic void jjtSetParent(Node n)
Node 复制的描述
Node 中的 jjtSetParentpublic Node jjtGetParent()
Node 中的 jjtGetParent
public void jjtAddChild(Node n,
int i)
Node 复制的描述
Node 中的 jjtAddChildpublic Node jjtGetChild(int i)
Node 复制的描述
Node 中的 jjtGetChildpublic int jjtGetNumChildren()
Node 复制的描述
Node 中的 jjtGetNumChildrenpublic String toString()
Object 中的 toStringpublic String toString(String prefix)
public void dump(String prefix)
public String getImage()
Node 中的 getImagepublic void setImage(String image)
public Class getType(EvaluationContext ctx)
throws ELException
Node 中的 getTypeELException
public Object getValue(EvaluationContext ctx)
throws ELException
Node 中的 getValueELException
public ValueReference getValueReference(EvaluationContext ctx)
throws ELException
Node 中的 getValueReferenceELException
public boolean isReadOnly(EvaluationContext ctx)
throws ELException
Node 中的 isReadOnlyELException
public void setValue(EvaluationContext ctx,
Object value)
throws ELException
Node 中的 setValueELException
public void accept(NodeVisitor visitor)
throws ELException
Node 中的 acceptELException
public Object invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues)
throws ELException
Node 中的 invokeELException
public MethodInfo getMethodInfo(EvaluationContext ctx,
Class[] paramTypes)
throws ELException
Node 中的 getMethodInfoELExceptionpublic boolean equals(Object node)
Node 中的 equalsObject 中的 equalspublic boolean isParametersProvided()
Node 中的 isParametersProvidedpublic int hashCode()
Node 中的 hashCodeObject 中的 hashCode
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||