org.sonar.squid.handlers
Class BasicHandler.AnalyzeState

java.lang.Object
  extended by org.sonar.squid.handlers.BasicHandler.AnalyzeState
Enclosing class:
BasicHandler

protected class BasicHandler.AnalyzeState
extends java.lang.Object


Constructor Summary
protected BasicHandler.AnalyzeState()
           
 
Method Summary
 void incrementBlankLines()
           
 void incrementLoc()
           
 void newLine()
           
 void startMultiLinesComment()
           
 void startSingleLineComment()
           
 void stopMultiLinesComment()
           
 void stopSingleLineComment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHandler.AnalyzeState

protected BasicHandler.AnalyzeState()
Method Detail

newLine

public void newLine()

incrementLoc

public void incrementLoc()

startSingleLineComment

public void startSingleLineComment()

startMultiLinesComment

public void startMultiLinesComment()

stopMultiLinesComment

public void stopMultiLinesComment()

stopSingleLineComment

public void stopSingleLineComment()

incrementBlankLines

public void incrementBlankLines()


Copyright © 2009 SonarSource SA. All Rights Reserved.