digs.atari2600
Class ScanLineCycle

java.lang.Object
  extended by digs.atari2600.ScanLineCycle

public class ScanLineCycle
extends java.lang.Object

This class holds all the data from one line of Z26 debug spew.


Constructor Summary
ScanLineCycle()
           
 
Method Summary
 void decode(java.lang.String s, java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<java.lang.Integer>>> useInfo)
          This method decodes a single line of Z26 debug spew.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScanLineCycle

public ScanLineCycle()
Method Detail

decode

public void decode(java.lang.String s,
                   java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<java.lang.Integer>>> useInfo)
This method decodes a single line of Z26 debug spew.

Parameters:
s - the debug spew
useInfo - the usageinfo return

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object