public class LiteralNode extends ASTNode
| Modifier and Type | Class | Description | 
|---|---|---|
| static class  | LiteralNode.LiteralType | 
| Constructor | Description | 
|---|---|
| LiteralNode(SourceLocation loc) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getImage() | |
| ASTTag | getTag() | |
| LiteralNode.LiteralType | getType() | |
| void | setImage(String image) | |
| void | setType(LiteralNode.LiteralType type) | 
getSourceLocation, toStringpublic LiteralNode(SourceLocation loc)
public String getImage()
public void setImage(String image)
public LiteralNode.LiteralType getType()
public void setType(LiteralNode.LiteralType type)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.