| Package | Description |
|---|---|
| org.stjs.generator.javascript | |
| org.stjs.generator.javascript.rhino | |
| org.stjs.generator.writer.templates.fields |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
AssignOperator.getBinaryOperator() |
static BinaryOperator |
BinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperator |
BinaryOperator.valueOf(com.sun.source.tree.Tree.Kind javaOperator) |
static BinaryOperator[] |
BinaryOperator.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.binary(BinaryOperator operator,
Iterable<String> operands) |
T |
JavaScriptBuilder.binary(BinaryOperator operator,
Iterable<T> operands) |
| Modifier and Type | Method and Description |
|---|---|
org.mozilla.javascript.ast.AstNode |
RhinoJavaScriptBuilder.binary(BinaryOperator operator,
Iterable<org.mozilla.javascript.ast.AstNode> operands) |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryOperator |
SetterUnaryTemplate.getBinaryOperator(UnaryOperator op) |
Copyright © 2015. All Rights Reserved.