public class CASE extends Object
| Constructor and Description |
|---|
CASE() |
| Modifier and Type | Method and Description |
|---|---|
static CaseTerminal |
result()
JCYPHER
start a CASE expression on the result of the preceding RETURN statement
e.g.
|
static CaseTerminal |
resultOf(JcValue value)
JCYPHER
start a CASE expression on a value calculated from the result of the preceding RETURN statement
e.g.
|
public static CaseTerminal result()
public static CaseTerminal resultOf(JcValue value)
Copyright © 2016. All rights reserved.