|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.jspengine.el.lang.ELSupport
org.tinygroup.jspengine.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()
|
javax.el.MethodInfo |
getMethodInfo(EvaluationContext ctx,
Class[] paramTypes)
|
Class |
getType(EvaluationContext ctx)
|
Object |
getValue(EvaluationContext ctx)
|
int |
hashCode()
|
Object |
invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues)
|
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)
|
| 从类 org.tinygroup.jspengine.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 |
| 字段详细信息 |
|---|
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 javax.el.ELException
Node 中的 getTypejavax.el.ELException
public Object getValue(EvaluationContext ctx)
throws javax.el.ELException
Node 中的 getValuejavax.el.ELException
public boolean isReadOnly(EvaluationContext ctx)
throws javax.el.ELException
Node 中的 isReadOnlyjavax.el.ELException
public void setValue(EvaluationContext ctx,
Object value)
throws javax.el.ELException
Node 中的 setValuejavax.el.ELException
public void accept(NodeVisitor visitor)
throws javax.el.ELException
Node 中的 acceptjavax.el.ELException
public Object invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues)
throws javax.el.ELException
Node 中的 invokejavax.el.ELException
public javax.el.MethodInfo getMethodInfo(EvaluationContext ctx,
Class[] paramTypes)
throws javax.el.ELException
Node 中的 getMethodInfojavax.el.ELExceptionpublic boolean equals(Object node)
Node 中的 equalsObject 中的 equalspublic int hashCode()
Node 中的 hashCodeObject 中的 hashCode
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||