|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHasMetadata
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.JsIntLiteral
public static final class JsNumberLiteral.JsIntLiteral
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.js.backend.ast.JsNumberLiteral |
|---|
JsNumberLiteral.JsDoubleLiteral, JsNumberLiteral.JsIntLiteral |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.js.backend.ast.JsLiteral |
|---|
JsLiteral.JsBooleanLiteral, JsLiteral.JsThisRef, JsLiteral.JsValueLiteral |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.js.backend.ast.JsExpression |
|---|
JsExpression.JsExpressionHasArguments |
| Field Summary | |
|---|---|
int |
value
|
| Fields inherited from class org.jetbrains.kotlin.js.backend.ast.JsNumberLiteral |
|---|
ZERO |
| Fields inherited from class org.jetbrains.kotlin.js.backend.ast.JsLiteral |
|---|
FALSE, NULL, THIS, TRUE, UNDEFINED |
| Method Summary | ||
|---|---|---|
void |
accept(JsVisitor v)
Causes this object to have the visitor visit itself and its children. |
|
java.lang.String |
toString()
|
|
void |
traverse(JsVisitorWithContext v,
JsContext ctx)
Causes this object to have the visitor visit itself and its children. |
|
protected
|
withMetadataFrom(T other)
|
|
| Methods inherited from class org.jetbrains.kotlin.js.backend.ast.JsLiteral.JsValueLiteral |
|---|
deepCopy, isLeaf |
| Methods inherited from class org.jetbrains.kotlin.js.backend.ast.JsLiteral |
|---|
getBoolean |
| Methods inherited from class org.jetbrains.kotlin.js.backend.ast.JsExpression |
|---|
makeStmt, source |
| Methods inherited from class org.jetbrains.kotlin.js.backend.ast.SourceInfoAwareJsNode |
|---|
acceptChildren, getSource, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int value
| Method Detail |
|---|
public void accept(JsVisitor v)
JsNode
v - the visitor that should traverse this nodepublic java.lang.String toString()
public void traverse(JsVisitorWithContext v,
JsContext ctx)
JsNode
v - the visitor that should traverse this nodectx - the context of an existing traversalprotected <T extends HasMetadata> T withMetadataFrom(T other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||