GNU Prolog for Java

Uses of Class
gnu.prolog.vm.Environment.DoubleQuotesValue

Packages that use Environment.DoubleQuotesValue
gnu.prolog.vm   
 

Uses of Environment.DoubleQuotesValue in gnu.prolog.vm
 

Methods in gnu.prolog.vm that return Environment.DoubleQuotesValue
static Environment.DoubleQuotesValue Environment.DoubleQuotesValue.fromAtom(AtomTerm value)
           
static Environment.DoubleQuotesValue Environment.DoubleQuotesValue.getDefault()
           
static Environment.DoubleQuotesValue Environment.DoubleQuotesValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Environment.DoubleQuotesValue[] Environment.DoubleQuotesValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


GNU Prolog for Java