org.sonar.squid.handlers
Class PlsqlBasicHandler

java.lang.Object
  extended by org.sonar.squid.handlers.BasicHandler
      extended by org.sonar.squid.handlers.PlsqlBasicHandler
All Implemented Interfaces:
Handler

public class PlsqlBasicHandler
extends BasicHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sonar.squid.handlers.BasicHandler
BasicHandler.AnalyzeState, BasicHandler.MultiLinesCommentDelimiters, BasicHandler.SingleLineCommentDelimiter
 
Constructor Summary
PlsqlBasicHandler()
           
 
Method Summary
protected  java.util.List<BasicHandler.MultiLinesCommentDelimiters> getMultiLinesCommentDelimiters()
           
protected  java.util.List<BasicHandler.SingleLineCommentDelimiter> getSingleLineCommentDelimiter()
           
 
Methods inherited from class org.sonar.squid.handlers.BasicHandler
analyzeFile, analyzeSources, chartAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlsqlBasicHandler

public PlsqlBasicHandler()
Method Detail

getMultiLinesCommentDelimiters

protected java.util.List<BasicHandler.MultiLinesCommentDelimiters> getMultiLinesCommentDelimiters()
Specified by:
getMultiLinesCommentDelimiters in class BasicHandler

getSingleLineCommentDelimiter

protected java.util.List<BasicHandler.SingleLineCommentDelimiter> getSingleLineCommentDelimiter()
Specified by:
getSingleLineCommentDelimiter in class BasicHandler


Copyright © 2009 SonarSource SA. All Rights Reserved.