ICompositeNode

public interface ICompositeNode

The interface for nodes that can contain other nodes.

Methods

MethodDescription
getChildNodes(Class typeParameterClass)

getChildNodes(Class typeParameterClass)

public abstract List<T1> <T1>getChildNodes(Class<T1> typeParameterClass)

Parameters:

ParameterTypeDescription
typeParameterClassjava.lang.Class

Returns: java.util.List