public static final class Statement.StatementType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Statement.StatementType |
ACTION |
static Statement.StatementType |
ASSIGNMENT |
static Statement.StatementType |
BREAK |
static Statement.StatementType |
CONTINUE |
static Statement.StatementType |
CONVERTER |
static Statement.StatementType |
FOR |
static Statement.StatementType |
FOREACH |
static Statement.StatementType |
IF |
static Statement.StatementType |
RAISE_ADVISORY |
static Statement.StatementType |
RAISE_EVENT |
static Statement.StatementType |
RETURN |
static Statement.StatementType |
STATEMENT_BLOCK |
static Statement.StatementType |
SWITCH |
static Statement.StatementType |
THROW |
static Statement.StatementType |
TRY_CATCH |
static Statement.StatementType |
WHILE |
Modifier and Type | Method and Description |
---|---|
static Statement.StatementType |
valueOf(java.lang.String name) |
static Statement.StatementType[] |
values() |
public static final Statement.StatementType ASSIGNMENT
public static final Statement.StatementType IF
public static final Statement.StatementType SWITCH
public static final Statement.StatementType ACTION
public static final Statement.StatementType CONVERTER
public static final Statement.StatementType STATEMENT_BLOCK
public static final Statement.StatementType WHILE
public static final Statement.StatementType BREAK
public static final Statement.StatementType CONTINUE
public static final Statement.StatementType RAISE_EVENT
public static final Statement.StatementType RAISE_ADVISORY
public static final Statement.StatementType RETURN
public static final Statement.StatementType FOR
public static final Statement.StatementType FOREACH
public static final Statement.StatementType TRY_CATCH
public static final Statement.StatementType THROW
public static Statement.StatementType[] values()
public static Statement.StatementType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.