Class Analyzer

java.lang.Object
  extended by Analyzer

public class Analyzer
extends java.lang.Object


Constructor Summary
Analyzer()
          Construct an Analyzer.
 
Method Summary
 java.lang.String analyze(java.lang.String input)
          Analyze a block and return it with indentation and scope info.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analyzer

public Analyzer()
Construct an Analyzer.

Method Detail

analyze

public java.lang.String analyze(java.lang.String input)
Analyze a block and return it with indentation and scope info.

Parameters:
input - the block to analyze