|
GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object extended by java.lang.Enum<Environment.DoubleQuotesValue> extended by gnu.prolog.vm.Environment.DoubleQuotesValue
public static enum Environment.DoubleQuotesValue
The possible values of the double_quotes flag
| Enum Constant Summary | |
|---|---|
DQ_ATOM
|
|
DQ_CHARS
|
|
DQ_CODES
|
|
| Method Summary | |
|---|---|
static Environment.DoubleQuotesValue |
fromAtom(AtomTerm value)
|
abstract AtomTerm |
getAtom()
Get the AtomTerm for this class. |
static Environment.DoubleQuotesValue |
getDefault()
|
static Environment.DoubleQuotesValue |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Environment.DoubleQuotesValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Environment.DoubleQuotesValue DQ_CODES
public static final Environment.DoubleQuotesValue DQ_CHARS
public static final Environment.DoubleQuotesValue DQ_ATOM
| Method Detail |
|---|
public static Environment.DoubleQuotesValue[] values()
for (Environment.DoubleQuotesValue c : Environment.DoubleQuotesValue.values()) System.out.println(c);
public static Environment.DoubleQuotesValue valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic abstract AtomTerm getAtom()
HasAtomAtomTerm for this class.
public static Environment.DoubleQuotesValue fromAtom(AtomTerm value)
value - the AtomTerm to be converted into a DoubleQuotesValue
public static Environment.DoubleQuotesValue getDefault()
double_quotes
flag.
|
GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||