org.jetbrains.kotlin.js.backend.ast
Class JsNumberLiteral.JsDoubleLiteral
java.lang.Object
HasMetadata
org.jetbrains.kotlin.js.backend.ast.SourceInfoAwareJsNode
org.jetbrains.kotlin.js.backend.ast.JsExpression
org.jetbrains.kotlin.js.backend.ast.JsLiteral
org.jetbrains.kotlin.js.backend.ast.JsLiteral.JsValueLiteral
org.jetbrains.kotlin.js.backend.ast.JsNumberLiteral
org.jetbrains.kotlin.js.backend.ast.JsNumberLiteral.JsDoubleLiteral
- All Implemented Interfaces:
- JsNode
- Enclosing class:
- JsNumberLiteral
public static final class JsNumberLiteral.JsDoubleLiteral
- extends JsNumberLiteral
|
Field Summary |
double |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
public final double value
accept
public void accept(JsVisitor v)
- Description copied from interface:
JsNode
- Causes this object to have the visitor visit itself and its children.
- Parameters:
v - the visitor that should traverse this node
toString
public java.lang.String toString()
traverse
public void traverse(JsVisitorWithContext v,
JsContext ctx)
- Description copied from interface:
JsNode
- Causes this object to have the visitor visit itself and its children.
- Parameters:
v - the visitor that should traverse this nodectx - the context of an existing traversal
withMetadataFrom
protected <T extends HasMetadata> T withMetadataFrom(T other)