| Package | Description |
|---|---|
| com.google.gwt.dev.common | |
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.js.ast |
| Modifier and Type | Method and Description |
|---|---|
static InliningMode |
InliningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InliningMode[] |
InliningMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InliningMode |
JMethod.getInliningMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMethod.setInliningMode(InliningMode inliningMode) |
| Modifier and Type | Method and Description |
|---|---|
InliningMode |
JsFunction.getInliningMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsFunction.setInliningMode(InliningMode inliningMode) |
Copyright © 2018. All rights reserved.