ICompositeNode
public interface ICompositeNode
The interface for nodes that can contain other nodes.
Methods
Method | Description |
---|---|
getChildNodes(Class typeParameterClass)
public abstract List<T1> <T1>getChildNodes(Class<T1> typeParameterClass)
Parameters:
Parameter | Type | Description |
---|---|---|
typeParameterClass | java.lang.Class |
Returns:
java.util.List