public class AstLiteralExpression extends AstNode implements IAstExpression
| Constructor and Description |
|---|
AstLiteralExpression(String scon,
Integer icon,
Boolean bcon,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstVisitor v) |
Boolean |
getBcon() |
Integer |
getIcon() |
String |
getScon() |
getEndoffset, getLine, getOffset, getSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndoffset, getLine, getOffset, getSourcepublic AstLiteralExpression(String scon, Integer icon, Boolean bcon, TypesTree.TextSource source, int line, int offset, int endoffset)
Copyright © 2014. All rights reserved.