public abstract class JsLiteral extends JsExpression implements CanBooleanEval
Modifier | Constructor and Description |
---|---|
protected |
JsLiteral(SourceInfo sourceInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInternable()
Return true if the literal can be interned.
|
hasSideEffects, isDefinitelyNotNull, isDefinitelyNull, isLeaf, makeStmt
getKind, getSourceInfo, setSourceInfo, toSource, toSource, toString
isBooleanFalse, isBooleanTrue
traverse
protected JsLiteral(SourceInfo sourceInfo)
Copyright © 2018. All rights reserved.