public final class PlaceholderST extends Statement
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
PlaceholderST.Output |
| 限定符和类型 | 字段和说明 |
|---|---|
Expression |
expression |
protected FormatExpression |
format |
static PlaceholderST.Output |
output |
Type |
type |
| 构造器和说明 |
|---|
PlaceholderST(Expression exp,
FormatExpression format,
GrammarToken token) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(Context ctx) |
FormatExpression |
getFormat() |
void |
infer(InferContext inferCtx) |
public Expression expression
public Type type
protected FormatExpression format
public static PlaceholderST.Output output
public PlaceholderST(Expression exp, FormatExpression format, GrammarToken token)
public void infer(InferContext inferCtx)
public FormatExpression getFormat()
Copyright © 2018. All rights reserved.