org.jruby.compiler.ir.operands
Class CompoundString
java.lang.Object
org.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.CompoundString
public class CompoundString
- extends Operand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
pieces
public final java.util.List<Operand> pieces
CompoundString
public CompoundString(java.util.List<Operand> pieces)
isConstant
public boolean isConstant()
- Overrides:
isConstant
in class Operand
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
isNonAtomicValue
public boolean isNonAtomicValue()
- Overrides:
isNonAtomicValue
in class Operand
getSimplifiedOperand
public Operand getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap)
- Overrides:
getSimplifiedOperand
in class Operand
addUsedVariables
public void addUsedVariables(java.util.List<Variable> l)
- Append the list of variables used in this operand to the input list
- Overrides:
addUsedVariables
in class Operand
cloneForInlining
public Operand cloneForInlining(InlinerInfo ii)
- Overrides:
cloneForInlining
in class Operand
retrieve
public java.lang.Object retrieve(InterpreterContext interp)
- Overrides:
retrieve
in class Operand
Copyright © 2002-2009 JRuby Team. All Rights Reserved.