public class ASTUtils extends Object
| Constructor and Description |
|---|
ASTUtils() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<org.eclipse.jdt.core.dom.SimpleName> |
findAllOccurrences(org.eclipse.jdt.core.dom.ASTNode root,
String bindingKey) |
static org.eclipse.jdt.core.dom.ASTNode |
getASTNodeAt(org.eclipse.jdt.core.dom.ASTNode root,
int startJavaOffset,
int stopJavaOffset) |
static org.eclipse.jdt.core.dom.SimpleName |
getSimpleNameAt(org.eclipse.jdt.core.dom.ASTNode root,
int startJavaOffset,
int stopJavaOffset) |
static List<org.eclipse.jdt.core.dom.SimpleName> |
getSimpleNameChildren(org.eclipse.jdt.core.dom.ASTNode node) |
static boolean |
isNameOrType(org.eclipse.jdt.core.dom.ASTNode node) |
static org.eclipse.jdt.core.dom.IBinding |
resolveBinding(org.eclipse.jdt.core.dom.SimpleName node) |
public static org.eclipse.jdt.core.dom.ASTNode getASTNodeAt(org.eclipse.jdt.core.dom.ASTNode root,
int startJavaOffset,
int stopJavaOffset)
public static org.eclipse.jdt.core.dom.SimpleName getSimpleNameAt(org.eclipse.jdt.core.dom.ASTNode root,
int startJavaOffset,
int stopJavaOffset)
public static List<org.eclipse.jdt.core.dom.SimpleName> getSimpleNameChildren(org.eclipse.jdt.core.dom.ASTNode node)
public static org.eclipse.jdt.core.dom.IBinding resolveBinding(org.eclipse.jdt.core.dom.SimpleName node)
public static boolean isNameOrType(org.eclipse.jdt.core.dom.ASTNode node)
Copyright © 2001–2017 Processing Foundation. All rights reserved.