public class LiteralExpr extends Expr
| Constructor and Description |
|---|
LiteralExpr(Attributes attr,
Literal value) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
accept(Transformer tf) |
LiteralExpr |
update(Literal value) |
Literal |
value() |
attributes, line, sourceInfopublic LiteralExpr(Attributes attr, Literal value)
public Literal value()
public LiteralExpr update(Literal value)
public Expr accept(Transformer tf)
Copyright © 2016–2017. All rights reserved.