public static enum SignedUnaryNode.Sign extends Enum<SignedUnaryNode.Sign>
Modifier and Type | Method and Description |
---|---|
static SignedUnaryNode.Sign |
determineSign(String str) |
static SignedUnaryNode.Sign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignedUnaryNode.Sign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignedUnaryNode.Sign POSITIVE
public static final SignedUnaryNode.Sign NEGATIVE
public static SignedUnaryNode.Sign[] values()
for (SignedUnaryNode.Sign c : SignedUnaryNode.Sign.values()) System.out.println(c);
public static SignedUnaryNode.Sign 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 static SignedUnaryNode.Sign determineSign(String str)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.