|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Constant
org.jruby.compiler.ir.operands.BooleanLiteral
public class BooleanLiteral
| Field Summary | |
|---|---|
static BooleanLiteral |
FALSE
|
static BooleanLiteral |
TRUE
|
| Fields inherited from class org.jruby.compiler.ir.operands.Constant |
|---|
cachedValue |
| Fields inherited from class org.jruby.compiler.ir.operands.Operand |
|---|
EMPTY_ARRAY |
| Method Summary | |
|---|---|
boolean |
isFalse()
|
boolean |
isTrue()
|
BooleanLiteral |
logicalNot()
|
java.lang.Object |
retrieve(InterpreterContext interp)
|
java.lang.String |
toString()
|
| Methods inherited from class org.jruby.compiler.ir.operands.Constant |
|---|
isConstant |
| Methods inherited from class org.jruby.compiler.ir.operands.Operand |
|---|
addUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue, store |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
| Method Detail |
|---|
public boolean isTrue()
public boolean isFalse()
public BooleanLiteral logicalNot()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object retrieve(InterpreterContext interp)
retrieve in class Operand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||