public class UnaryExpression extends Object implements Expression
fixedLength, quoteChar| 构造器和说明 |
|---|
UnaryExpression(Expression target,
String dyadicSymbol) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(AstVisitor astVisitor) |
void |
doFormat(int depth,
Hints formatOption,
FormatWriter writer)
格式化
|
String |
getDyadicSymbol() |
Expression |
getTarget() |
public UnaryExpression(Expression target, String dyadicSymbol)
public Expression getTarget()
public String getDyadicSymbol()
public void accept(AstVisitor astVisitor)
public void doFormat(int depth,
Hints formatOption,
FormatWriter writer)
throws IOException
InstFormatdoFormat 在接口中 InstFormatIOExceptionCopyright © 2020. All rights reserved.