public class SubscriptRouteVariable extends Object implements Variable, RouteVariable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SubscriptRouteVariable.SubType |
fixedLength, quoteChar| 构造器和说明 |
|---|
SubscriptRouteVariable(RouteVariable parent,
Expression exprValue) |
SubscriptRouteVariable(RouteVariable parent,
int subValue) |
SubscriptRouteVariable(RouteVariable parent,
String subValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(AstVisitor astVisitor) |
void |
doFormat(int depth,
Hints formatOption,
FormatWriter writer)
格式化
|
Expression |
getExprValue() |
RouteVariable |
getParent() |
SubscriptRouteVariable.SubType |
getSubType() |
String |
getSubValue() |
public SubscriptRouteVariable(RouteVariable parent, int subValue)
public SubscriptRouteVariable(RouteVariable parent, String subValue)
public SubscriptRouteVariable(RouteVariable parent, Expression exprValue)
public RouteVariable getParent()
getParent 在接口中 RouteVariablepublic SubscriptRouteVariable.SubType getSubType()
public String getSubValue()
public Expression getExprValue()
public void accept(AstVisitor astVisitor)
public void doFormat(int depth,
Hints formatOption,
FormatWriter writer)
throws IOException
InstFormatdoFormat 在接口中 InstFormatIOExceptionCopyright © 2020. All rights reserved.