Uses of Class
org.sonar.plugins.scala.language.CommentType

Packages that use CommentType
org.sonar.plugins.scala.language   
 

Uses of CommentType in org.sonar.plugins.scala.language
 

Methods in org.sonar.plugins.scala.language that return CommentType
static CommentType CommentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommentType[] CommentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.sonar.plugins.scala.language with parameters of type CommentType
Comment(String content, CommentType type)
           
 



Copyright © 2002–2015 InfoEther. All rights reserved.