public static final class Statement.StatementType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Statement.StatementType |
ASSIGNMENT |
static Statement.StatementType |
CASE |
static Statement.StatementType |
ECHO |
static Statement.StatementType |
FOR_EACH |
static Statement.StatementType |
IF |
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 CASE
public static final Statement.StatementType FOR_EACH
public static final Statement.StatementType ECHO
public static Statement.StatementType[] values()
public static Statement.StatementType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.