IRNode

Represents a single IR node

abstract
class IRNode {}

Members

Variables

end
Token end;

The range of tokens that represent this IR node

start
Token start;

The range of tokens that represent this IR node

Meta