public class StringLiteral extends LiteralExpression<String>
value
resolvedType
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, setValue
getResolvedType, hasResolvedType
equals, getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toString
public StringLiteral()
public StringLiteral(String value)
public void build(AST cst, IModule module)
build
in interface ModuleElement
build
in class AbstractModuleElement
public void compile(IEolCompilationContext context)
Copyright © 2020. All rights reserved.