public enum ExprForgeConstantType extends Enum<ExprForgeConstantType>
Enum Constant and Description |
---|
COMPILETIMECONST |
DEPLOYCONST |
NONCONST |
Modifier and Type | Method and Description |
---|---|
boolean |
isCompileTimeConstant() |
boolean |
isConstant() |
boolean |
isDeployTimeTimeConstant() |
static ExprForgeConstantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExprForgeConstantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExprForgeConstantType COMPILETIMECONST
public static final ExprForgeConstantType DEPLOYCONST
public static final ExprForgeConstantType NONCONST
public static ExprForgeConstantType[] values()
for (ExprForgeConstantType c : ExprForgeConstantType.values()) System.out.println(c);
public static ExprForgeConstantType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isCompileTimeConstant()
public boolean isDeployTimeTimeConstant()
public boolean isConstant()
Copyright © 2005–2018. All rights reserved.