public class AstUtil extends Object
Constructor and Description |
---|
AstUtil() |
Modifier and Type | Method and Description |
---|---|
static AST |
getChild(AST parent,
int type) |
static AST |
getChildAt(AST parent,
int index) |
static List<AST> |
getChildren(AST parent) |
static List<AST> |
getChildren(AST parent,
int... type) |
static List<AST> |
getChildrenBut(AST parent,
int type) |
static int |
getChildrenCount(AST parent) |
static AST |
getFirstConcreteChild(AST parent) |
static int |
getParentType(AST child) |
Copyright © 2016. All rights reserved.