|
|||||||||
| 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.JsExpression.JsExpressionHasArguments
public abstract static class JsExpression.JsExpressionHasArguments
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.js.backend.ast.JsExpression |
|---|
JsExpression.JsExpressionHasArguments |
| Field Summary | |
|---|---|
protected java.util.List<JsExpression> |
arguments
|
| Constructor Summary | |
|---|---|
protected |
JsExpression.JsExpressionHasArguments(java.util.List<JsExpression> arguments)
|
| Method Summary | ||
|---|---|---|
java.util.List<JsExpression> |
getArguments()
|
|
java.lang.String |
toString()
|
|
protected
|
withMetadataFrom(T other)
|
|
| Methods inherited from class org.jetbrains.kotlin.js.backend.ast.JsExpression |
|---|
deepCopy, isLeaf, 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 |
| Methods inherited from interface org.jetbrains.kotlin.js.backend.ast.JsNode |
|---|
accept, traverse |
| Field Detail |
|---|
protected final java.util.List<JsExpression> arguments
| Constructor Detail |
|---|
protected JsExpression.JsExpressionHasArguments(java.util.List<JsExpression> arguments)
| Method Detail |
|---|
public java.util.List<JsExpression> getArguments()
getArguments in interface HasArgumentspublic java.lang.String toString()
protected <T extends HasMetadata> T withMetadataFrom(T other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||