dk.brics.xact.analysis.flowgraph.statements
Enum CastStm.Kind
java.lang.Object
java.lang.Enum<CastStm.Kind>
dk.brics.xact.analysis.flowgraph.statements.CastStm.Kind
- All Implemented Interfaces:
- Serializable, Comparable<CastStm.Kind>
- Enclosing class:
- CastStm
public static enum CastStm.Kind
- extends Enum<CastStm.Kind>
Node kinds.
Method Summary |
static CastStm.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CastStm.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
ASATTRIBUTE
public static final CastStm.Kind ASATTRIBUTE
ASCOMMENT
public static final CastStm.Kind ASCOMMENT
ASELEMENT
public static final CastStm.Kind ASELEMENT
ASNSDECL
public static final CastStm.Kind ASNSDECL
ASPI
public static final CastStm.Kind ASPI
ASTEXT
public static final CastStm.Kind ASTEXT
valueOf
public static CastStm.Kind valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
values
public static CastStm.Kind[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (CastStm.Kind c : CastStm.Kind.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
Copyright © 2005-2011 Aarhus University.