Uses of Class
org.jruby.ir.dataflow.analyses.LiveVariablesProblem
Packages that use LiveVariablesProblem
-
Uses of LiveVariablesProblem in org.jruby.ir.dataflow.analyses
Methods in org.jruby.ir.dataflow.analyses with parameters of type LiveVariablesProblemModifier and TypeMethodDescriptionprivate voidLiveVariableNode.markAllVariablesLive(LiveVariablesProblem lvp, Collection<? extends Variable> variableList) private voidLiveVariableNode.markVariableLive(LiveVariablesProblem lvp, Variable x) Constructors in org.jruby.ir.dataflow.analyses with parameters of type LiveVariablesProblem