-
- All Implemented Interfaces:
-
com.grab.grazel.bazel.starlark.Statement
public final class SimpleAssignStatement extends AssignStatement
-
-
Constructor Summary
Constructors Constructor Description SimpleAssignStatement(String key, String value, AssignmentOp assignmentOp)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.grab.grazel.bazel.starlark.SimpleAssignStatement
write -
Methods inherited from class com.grab.grazel.bazel.starlark.AssignStatement
indent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SimpleAssignStatement
SimpleAssignStatement(String key, String value, AssignmentOp assignmentOp)
-
-
-
-