public class JavadocUtility extends Object
| Constructor and Description |
|---|
JavadocUtility() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<org.eclipse.jdt.core.dom.TagElement> |
collectTags(List<org.eclipse.jdt.core.dom.TagElement> tags,
String tagName,
ArrayList<org.eclipse.jdt.core.dom.TagElement> accumulator) |
static boolean |
containsJavadoc(org.eclipse.jdt.core.dom.BodyDeclaration node,
String tag) |
static List<org.eclipse.jdt.core.dom.ASTNode> |
fragmentsFrom(org.eclipse.jdt.core.dom.TagElement element) |
static org.eclipse.jdt.core.dom.TagElement |
getJavadocTag(org.eclipse.jdt.core.dom.BodyDeclaration node,
String tagName) |
static org.eclipse.jdt.core.dom.TagElement |
getJavadocTag(org.eclipse.jdt.core.dom.PackageDeclaration node,
String tagName) |
static List<org.eclipse.jdt.core.dom.TagElement> |
getJavadocTags(org.eclipse.jdt.core.dom.BodyDeclaration node,
String tagName) |
static List<org.eclipse.jdt.core.dom.TagElement> |
getJavadocTags(org.eclipse.jdt.core.dom.PackageDeclaration node,
String tagName) |
static boolean |
hasSingleTextFragment(org.eclipse.jdt.core.dom.TagElement element) |
static boolean |
isTextFragment(List<org.eclipse.jdt.core.dom.ASTNode> fragments,
int index) |
static String |
singleTextFragmentFrom(org.eclipse.jdt.core.dom.TagElement element) |
static String |
textFragment(List<org.eclipse.jdt.core.dom.ASTNode> fragments,
int index) |
public static org.eclipse.jdt.core.dom.TagElement getJavadocTag(org.eclipse.jdt.core.dom.BodyDeclaration node,
String tagName)
public static org.eclipse.jdt.core.dom.TagElement getJavadocTag(org.eclipse.jdt.core.dom.PackageDeclaration node,
String tagName)
public static boolean containsJavadoc(org.eclipse.jdt.core.dom.BodyDeclaration node,
String tag)
public static List<org.eclipse.jdt.core.dom.TagElement> getJavadocTags(org.eclipse.jdt.core.dom.PackageDeclaration node, String tagName)
public static List<org.eclipse.jdt.core.dom.TagElement> getJavadocTags(org.eclipse.jdt.core.dom.BodyDeclaration node, String tagName)
public static ArrayList<org.eclipse.jdt.core.dom.TagElement> collectTags(List<org.eclipse.jdt.core.dom.TagElement> tags, String tagName, ArrayList<org.eclipse.jdt.core.dom.TagElement> accumulator)
public static boolean isTextFragment(List<org.eclipse.jdt.core.dom.ASTNode> fragments, int index)
public static String textFragment(List<org.eclipse.jdt.core.dom.ASTNode> fragments, int index)
public static List<org.eclipse.jdt.core.dom.ASTNode> fragmentsFrom(org.eclipse.jdt.core.dom.TagElement element)
public static boolean hasSingleTextFragment(org.eclipse.jdt.core.dom.TagElement element)
public static String singleTextFragmentFrom(org.eclipse.jdt.core.dom.TagElement element)
Copyright © 2014. All Rights Reserved.