Package | Description |
---|---|
org.jruby.ast | |
org.jruby.parser |
Modifier and Type | Class and Description |
---|---|
class |
BignumNode
Represents a big integer literal.
|
class |
ComplexNode |
class |
FixnumNode
Represents an integer literal.
|
class |
FloatNode
Represents a float literal.
|
class |
RationalNode |
Modifier and Type | Method and Description |
---|---|
NumericNode |
RationalNode.getDenominator() |
NumericNode |
ComplexNode.getNumber() |
NumericNode |
RationalNode.getNumerator() |
NumericNode |
RationalNode.negate() |
NumericNode |
FixnumNode.negate() |
NumericNode |
NumericNode.negate() |
NumericNode |
BignumNode.negate() |
NumericNode |
FloatNode.negate() |
Modifier and Type | Method and Description |
---|---|
void |
ComplexNode.setNumber(NumericNode y) |
Constructor and Description |
---|
ComplexNode(ISourcePosition position,
NumericNode y) |
RationalNode(ISourcePosition position,
NumericNode numerator,
NumericNode denominator) |
Modifier and Type | Method and Description |
---|---|
NumericNode |
ParserSupport.negateInteger(NumericNode integerNode) |
NumericNode |
ParserSupport.negateNumeric(NumericNode node) |
Modifier and Type | Method and Description |
---|---|
NumericNode |
ParserSupport.negateInteger(NumericNode integerNode) |
NumericNode |
ParserSupport.negateNumeric(NumericNode node) |
Copyright © 2001-2018 JRuby. All Rights Reserved.