|
||||||||||
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.Operand |
---|
EMPTY_ARRAY |
Method Summary | |
---|---|
boolean |
isFalse()
|
boolean |
isTrue()
|
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, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue |
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 java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |