| Package | Description |
|---|---|
| org.jruby.ir.operands |
| Modifier and Type | Class and Description |
|---|---|
class |
Bignum
Represents a literal Bignum.
|
class |
Boolean |
class |
Complex
Represents a Complex literal.
|
class |
Fixnum |
class |
Float |
class |
Nil
Represents nil.
|
class |
NullBlock
Represents Block.NULL block, the block that cannot be yielded.
|
class |
Rational
Literal Rational number.
|
class |
Regexp
Represents a literal regexp from ruby, constructed on first traversal and then cached.
|
class |
Symbol |
class |
SymbolProc
A literal representing proc'ified symbols, as in &:foo.
|
class |
UnboxedBoolean |
class |
UnboxedFixnum |
class |
UnboxedFloat |
class |
UnexecutableNil |
| Constructor and Description |
|---|
Complex(ImmutableLiteral number) |
Copyright © 2001-2016 JRuby. All Rights Reserved.