Package coins.backend.lir

Interface Summary
LirVisitor Visitor interface for LirNode
PickUpVariable Call-back interface for LirNode#pickUpUses, #pickUpDefs
 

Class Summary
LirBinOp Represents binary operators
LirFactory Generate LIR nodes.
LirFconst Represent FLOATCONST node.
LirIconst Represent integer constant
LirLabelRef Represent LABEL node
LirNaryOp Represents N-ary operators
LirNode New LIR node's basic structure
LirNode.Scanner Scanner for LIR expression tree.
LirString Represent Immediate String node.
LirSymRef STATIC/FRAME/REG LirNode
LirUnaOp Represents unary operators