edu.ustc.cs.compile.arch.mips.regalloc
类 Active

java.lang.Object
  继承者 java.util.AbstractCollection<E>
      继承者 java.util.AbstractList<E>
          继承者 java.util.ArrayList<LiveInterval>
              继承者 edu.ustc.cs.compile.arch.mips.regalloc.Active
所有已实现的接口:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<LiveInterval>, java.util.Collection<LiveInterval>, java.util.List<LiveInterval>, java.util.RandomAccess

 class Active
extends java.util.ArrayList<LiveInterval>


字段摘要
 
从类 java.util.AbstractList 继承的字段
modCount
 
构造函数摘要
Active()
           
 
方法摘要
 boolean add(LiveInterval liveInterval)
           
 LiveInterval getLast()
           
 void removeLast()
           
 
从类 java.util.ArrayList 继承的方法
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
从类 java.util.AbstractList 继承的方法
equals, hashCode, iterator, listIterator, listIterator, subList
 
从类 java.util.AbstractCollection 继承的方法
containsAll, removeAll, retainAll, toString
 
从类 java.lang.Object 继承的方法
finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 java.util.List 继承的方法
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

构造函数详细信息

Active

Active()
方法详细信息

add

public boolean add(LiveInterval liveInterval)
指定者:
接口 java.util.Collection<LiveInterval> 中的 add
指定者:
接口 java.util.List<LiveInterval> 中的 add
覆盖:
java.util.ArrayList<LiveInterval> 中的 add

getLast

public LiveInterval getLast()

removeLast

public void removeLast()