public class Literal extends JavaNode implements Expression
| Modifier and Type | Class and Description |
|---|---|
static class |
Literal.Type |
| Constructor and Description |
|---|
Literal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
Literal.Type |
getType() |
void |
setText(String text) |
void |
setType(Literal.Type type) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic String getText()
public Literal.Type getType()
public void setText(String text)
public void setType(Literal.Type type)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.