org.jetbrains.kotlin.js.backend.ast
Class JsLiteral.JsBooleanLiteral
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.JsLiteral.JsBooleanLiteral
- All Implemented Interfaces:
- JsNode
- Enclosing class:
- JsLiteral
public static final class JsLiteral.JsBooleanLiteral
- extends JsLiteral.JsValueLiteral
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getValue
public boolean getValue()
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
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
toString
public java.lang.String toString()
withMetadataFrom
protected <T extends HasMetadata> T withMetadataFrom(T other)