Package jasm.util

Provides various helper classes, including a simple library for performing dataflow analysis.

See:
          Description

Class Summary
DeadCodeElimination The purpose of this pass is to eliminate any statically determinable dead-code.
OptArg A small utility for parsing command-line options.
Pair<FIRST,SECOND> This class represents a pair of items
Triple<FIRST,SECOND,THIRD> This class represents a triple of items
 

Package jasm.util Description

Provides various helper classes, including a simple library for performing dataflow analysis.

Author:
David J. Pearce


Copyright © 2013 David J. Pearce. All Rights Reserved.