public class Statement extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Statement.Keyword |
static class |
Statement.Op |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
Else(Statement.Op op,
String value) |
static Statement |
ElseIf(String expression,
Statement.Op op,
String value) |
String |
getCondition() |
Statement.Keyword |
getKeyword() |
Statement.Op |
getOperation() |
String |
getValue() |
static Statement |
If(String expression,
Statement.Op op,
String value) |
String |
toString() |
public Statement.Keyword getKeyword()
public String getCondition()
public Statement.Op getOperation()
public String getValue()
public static Statement If(String expression, Statement.Op op, String value)
public static Statement ElseIf(String expression, Statement.Op op, String value)
public static Statement Else(Statement.Op op, String value)
Copyright © 2012–2023. All rights reserved.