Uses of Class
com.github.antlrjavaparser.api.visitor.CommentFormatter.CommentLocation

Packages that use CommentFormatter.CommentLocation
com.github.antlrjavaparser.api.visitor   
 

Uses of CommentFormatter.CommentLocation in com.github.antlrjavaparser.api.visitor
 

Methods in com.github.antlrjavaparser.api.visitor that return CommentFormatter.CommentLocation
static CommentFormatter.CommentLocation CommentFormatter.CommentLocation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommentFormatter.CommentLocation[] CommentFormatter.CommentLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.antlrjavaparser.api.visitor with parameters of type CommentFormatter.CommentLocation
 String CommentFormatter.format(Comment comment, int indentLevel, CommentFormatter.CommentLocation commentLocation)
          Format a given comment with the indent level specified.
 String CommentFormatter.format(String comment, int indentLevel, CommentFormatter.CommentLocation commentLocation)
          Format a given comment string with the indent level specified.
 



Copyright © 2013. All Rights Reserved.