|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.dataflow.analyses | |
org.jruby.compiler.ir.instructions | |
org.jruby.compiler.ir.operands | |
org.jruby.compiler.ir.targets |
Uses of Variable in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir that return Variable | |
---|---|
Variable |
IR_Scope.getNewVariable()
|
Variable |
IR_ScopeImpl.getNewVariable()
|
Variable |
IR_Scope.getNewVariable(java.lang.String prefix)
|
Variable |
IR_ScopeImpl.getNewVariable(java.lang.String prefix)
|
Variable |
IR_Scope.getSelf()
|
Variable |
IR_ScopeImpl.getSelf()
|
Uses of Variable in org.jruby.compiler.ir.dataflow.analyses |
---|
Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type Variable | |
---|---|
void |
LiveVariablesProblem.addDFVar(Variable v)
|
DataFlowVar |
LiveVariablesProblem.getDFVar(Variable v)
|
Uses of Variable in org.jruby.compiler.ir.instructions |
---|
Fields in org.jruby.compiler.ir.instructions declared as Variable | |
---|---|
Variable |
IR_Instr._result
|
Methods in org.jruby.compiler.ir.instructions that return Variable | |
---|---|
Variable |
IR_Instr.getResult()
|
Methods in org.jruby.compiler.ir.instructions that return types with arguments of type Variable | |
---|---|
java.util.List<Variable> |
IR_Instr.getUsedVariables()
|
Uses of Variable in org.jruby.compiler.ir.operands |
---|
Subclasses of Variable in org.jruby.compiler.ir.operands | |
---|---|
class |
GlobalVariable
|
Method parameters in org.jruby.compiler.ir.operands with type arguments of type Variable | |
---|---|
void |
Array.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
BacktickString.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
CompoundArray.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
CompoundString.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
DynamicReference.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
Hash.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
Operand.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
Range.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
Regexp.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
SValue.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
Splat.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
void |
Variable.addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
Uses of Variable in org.jruby.compiler.ir.targets |
---|
Methods in org.jruby.compiler.ir.targets with parameters of type Variable | |
---|---|
void |
JVM.emit(Variable variable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |