public class BooleanLiteral extends Constant
| Modifier and Type | Field and Description |
|---|---|
static BooleanLiteral |
FALSE |
static BooleanLiteral |
TRUE |
cachedValueEMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
boolean |
isFalse() |
boolean |
isTrue() |
BooleanLiteral |
logicalNot() |
java.lang.Object |
retrieve(InterpreterContext interp) |
java.lang.String |
toString() |
isConstantaddUsedVariables, cloneForInlining, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isNonAtomicValue, storepublic static final BooleanLiteral TRUE
public static final BooleanLiteral FALSE
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)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.