enum

Dragonstone::Core::Compiler::Target

Inherits Enum < Comparable < Value < Object

Constants

Bytecode = 0
LLVM = 1
C = 2
Crystal = 3
Ruby = 4
Python = 5
JavaScript = 6

Instance methods

bytecode?

Returns true if this enum value equals Bytecode

Source
c?

Returns true if this enum value equals C

Source
crystal?

Returns true if this enum value equals Crystal

Source
java_script?

Returns true if this enum value equals JavaScript

Source
llvm?

Returns true if this enum value equals LLVM

Source
python?

Returns true if this enum value equals Python

Source
ruby?

Returns true if this enum value equals Ruby

Source