edu.ustc.cs.compile.platform.interfaces
接口 InterRepresent

所有已知实现类:
HIR, LIR

public interface InterRepresent

作者:
XHLI This class stores the Intermediate representation, including the AST, the symbol table, the symbol scope table, etc.

方法摘要
 java.lang.Object getIR()
           
 SymTable getSymTable()
           
 void setIR(java.lang.Object ir)
           
 void setSymTable(SymTable symTable)
           
 

方法详细信息

getIR

java.lang.Object getIR()

setIR

void setIR(java.lang.Object ir)

getSymTable

SymTable getSymTable()

setSymTable

void setSymTable(SymTable symTable)