public class StringLiteral extends LiteralExpression<String>
valueresolvedType| Constructor and Description |
|---|
StringLiteral() |
StringLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(AST cst,
IModule module) |
void |
compile(IEolCompilationContext context) |
String |
unescape(String str) |
execute, getValue, setValuegetResolvedType, hasResolvedTypeequals, getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toStringpublic StringLiteral()
public StringLiteral(String value)
public void build(AST cst, IModule module)
build in interface ModuleElementbuild in class AbstractModuleElementpublic void compile(IEolCompilationContext context)
Copyright © 2020. All rights reserved.