org.jetbrains.kotlin.js.backend.ast
Class JsProgramFragment
java.lang.Object
HasMetadata
org.jetbrains.kotlin.js.backend.ast.SourceInfoAwareJsNode
org.jetbrains.kotlin.js.backend.ast.JsProgramFragment
- All Implemented Interfaces:
- JsNode
public class JsProgramFragment
- extends SourceInfoAwareJsNode
One independently loadable fragment of a JsProgram.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JsProgramFragment
public JsProgramFragment()
getGlobalBlock
public JsBlock getGlobalBlock()
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
acceptChildren
public void acceptChildren(JsVisitor visitor)
- Specified by:
acceptChildren in interface JsNode- Overrides:
acceptChildren in class SourceInfoAwareJsNode
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
deepCopy
@NotNull
public JsProgramFragment deepCopy()
toString
public java.lang.String toString()
withMetadataFrom
protected <T extends HasMetadata> T withMetadataFrom(T other)