edu.ustc.cs.compile.platform.util.ir
类 LIR

java.lang.Object
  继承者 edu.ustc.cs.compile.platform.util.ir.LIR
所有已实现的接口:
InterRepresent

public class LIR
extends java.lang.Object
implements InterRepresent


构造函数摘要
LIR()
           
 
方法摘要
 java.lang.Object getIR()
           
 SymTable getSymTable()
           
 void setIR(java.lang.Object ir)
           
 void setSymTable(SymTable tab)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

LIR

public LIR()
方法详细信息

getIR

public java.lang.Object getIR()
指定者:
接口 InterRepresent 中的 getIR

setIR

public void setIR(java.lang.Object ir)
指定者:
接口 InterRepresent 中的 setIR

getSymTable

public SymTable getSymTable()
指定者:
接口 InterRepresent 中的 getSymTable

setSymTable

public void setSymTable(SymTable tab)
指定者:
接口 InterRepresent 中的 setSymTable