|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHasMetadata
com.google.dart.compiler.backend.js.ast.SourceInfoAwareJsNode
com.google.dart.compiler.backend.js.ast.JsBlock
com.google.dart.compiler.backend.js.ast.JsGlobalBlock
public class JsGlobalBlock
Represents a JavaScript block in the global scope.
| Constructor Summary | |
|---|---|
JsGlobalBlock()
|
|
| Method Summary | ||
|---|---|---|
JsGlobalBlock |
deepCopy()
|
|
boolean |
isGlobalBlock()
|
|
java.lang.String |
toString()
|
|
protected
|
withMetadataFrom(T other)
|
|
| Methods inherited from class com.google.dart.compiler.backend.js.ast.JsBlock |
|---|
accept, acceptChildren, getStatements, isEmpty, traverse |
| Methods inherited from class com.google.dart.compiler.backend.js.ast.SourceInfoAwareJsNode |
|---|
getSource, setSource, source |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.dart.compiler.backend.js.ast.JsNode |
|---|
getSource, setSource, source |
| Constructor Detail |
|---|
public JsGlobalBlock()
| Method Detail |
|---|
public boolean isGlobalBlock()
isGlobalBlock in class JsBlock@NotNull public JsGlobalBlock deepCopy()
deepCopy in interface JsNodedeepCopy in interface JsStatementdeepCopy in class JsBlockpublic 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 | ||||||||