coins.backend.regalo
クラス LiveRange

java.lang.Object
  |
  +--coins.backend.regalo.LiveRange

public class LiveRange
extends java.lang.Object

Separate variables into live-ranges.


フィールドの概要
static coins.backend.regalo.LiveRange.Trigger trig
          Trigger class singleton.
 
メソッドの概要
(パッケージプライベート)  void join(Symbol x, Symbol y)
          Coalesce x & y and leave smaller-numbered symbol's name.
(パッケージプライベート)  Symbol nameof(Symbol x)
          Return real name of x.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

trig

public static final coins.backend.regalo.LiveRange.Trigger trig
Trigger class singleton.

メソッドの詳細

nameof

Symbol nameof(Symbol x)
Return real name of x.


join

void join(Symbol x,
          Symbol y)
Coalesce x & y and leave smaller-numbered symbol's name.