| Package | Description |
|---|---|
| org.stjs.generator.javascript | |
| org.stjs.generator.javascript.rhino | |
| org.stjs.generator.writer.templates.fields |
| Modifier and Type | Method and Description |
|---|---|
static AssignOperator |
AssignOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignOperator |
AssignOperator.valueOf(com.sun.source.tree.Tree.Kind javaOperator) |
static AssignOperator[] |
AssignOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StringJavaScriptBuilder.assignment(AssignOperator operator,
String left,
String right) |
T |
JavaScriptBuilder.assignment(AssignOperator operator,
T left,
T right) |
| Modifier and Type | Method and Description |
|---|---|
org.mozilla.javascript.ast.AstNode |
RhinoJavaScriptBuilder.assignment(AssignOperator operator,
org.mozilla.javascript.ast.AstNode left,
org.mozilla.javascript.ast.AstNode right) |
| Modifier and Type | Method and Description |
|---|---|
static <JS> AssignOperator |
DefaultCompoundAssignmentTemplate.getAssignOperator(com.sun.source.tree.CompoundAssignmentTree tree,
GenerationContext<JS> context) |
Copyright © 2015. All Rights Reserved.