Uses of Class
org.jruby.ir.operands.ImmutableLiteral
Packages that use ImmutableLiteral
-
Uses of ImmutableLiteral in org.jruby.ir.operands
Subclasses of ImmutableLiteral in org.jruby.ir.operandsModifier and TypeClassDescriptionclassRepresents a literal Bignum.classclassRepresents a Complex literal.classclassclassRepresents a frozen string value.classRepresents nil.classRepresents Block.NULL block, the block that cannot be yielded.classLiteral Rational number.classRepresents a literal regexp from ruby, constructed on first traversal and then cached.classclassA literal representing proc'ified symbols, as in &:foo.classclassclassclassFields in org.jruby.ir.operands declared as ImmutableLiteralModifier and TypeFieldDescriptionprivate final ImmutableLiteralRational.denominatorprivate final ImmutableLiteralComplex.numberprivate final ImmutableLiteralRational.numeratorMethods in org.jruby.ir.operands that return ImmutableLiteralConstructors in org.jruby.ir.operands with parameters of type ImmutableLiteralModifierConstructorDescriptionComplex(ImmutableLiteral number) Rational(ImmutableLiteral numerator, ImmutableLiteral denominator)