public abstract class ValuableParameter extends ValuableNode
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
fullName |
protected String |
parameterName |
protected String |
propertyPath |
nextchildren, firstToken, id, lastToken, parent, parser, value| 构造器和说明 |
|---|
ValuableParameter(int i) |
ValuableParameter(Parser p,
int i) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFullName() |
String |
getParameterName() |
String |
getPropertyPath() |
Object |
value(RuntimeContext context)
节点值
|
literalchildrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected String parameterName
protected String propertyPath
protected String fullName
public ValuableParameter(int i)
public ValuableParameter(Parser p, int i)
public Object value(RuntimeContext context)
ValuableNodepublic String getParameterName()
public String getPropertyPath()
public String getFullName()
Copyright © 2014. All rights reserved.