public class JDTHelper extends Object
| Constructor and Description |
|---|
JDTHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.eclipse.jdt.core.dom.Type> |
getInterfaces(org.eclipse.jdt.core.dom.BodyDeclaration dec) |
static String |
getTypeName(org.eclipse.jdt.core.dom.Type type)
Get the name of the given
Type. |
static boolean |
isLocalClass(org.eclipse.jdt.core.dom.BodyDeclaration dec) |
public static String getTypeName(org.eclipse.jdt.core.dom.Type type)
Type. Return the qualified name if possible.public static boolean isLocalClass(org.eclipse.jdt.core.dom.BodyDeclaration dec)
public static List<org.eclipse.jdt.core.dom.Type> getInterfaces(org.eclipse.jdt.core.dom.BodyDeclaration dec)
Copyright © 2017 JBoss by Red Hat. All rights reserved.