|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.context.DynamicContext
public final class DynamicContext
| Method Summary | |
|---|---|
com.intellij.openapi.util.Pair<JsVars.JsVar,JsExpression> |
createTemporary(JsExpression initExpression)
|
JsVars.JsVar |
createTemporaryVar(JsExpression initExpression)
|
TemporaryVariable |
declareTemporary(JsExpression initExpression)
|
JsScope |
getScope()
|
DynamicContext |
innerBlock(JsBlock block)
|
JsBlock |
jsBlock()
|
static DynamicContext |
newContext(JsScope scope,
JsBlock block)
|
static DynamicContext |
rootContext(JsScope rootScope,
JsBlock globalBlock)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NotNull
public static DynamicContext rootContext(@NotNull
JsScope rootScope,
@NotNull
JsBlock globalBlock)
@NotNull
public static DynamicContext newContext(@NotNull
JsScope scope,
@NotNull
JsBlock block)
@NotNull
public DynamicContext innerBlock(@NotNull
JsBlock block)
@NotNull
public TemporaryVariable declareTemporary(@Nullable
JsExpression initExpression)
@NotNull
public com.intellij.openapi.util.Pair<JsVars.JsVar,JsExpression> createTemporary(@Nullable
JsExpression initExpression)
@NotNull
public JsVars.JsVar createTemporaryVar(@NotNull
JsExpression initExpression)
@NotNull public JsScope getScope()
@NotNull public JsBlock jsBlock()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||