processBlockRuleApply(fs, blockNode, ts, offset, onlyRules);
}
Feature feature = blockApplyType.getFeatureByBaseName(ExplainConstants.INNER_APPLY);
FeatureStructure featureValue = fs.getFeatureValue(feature);
ArrayFS value = (ArrayFS) featureValue;
FeatureStructure[] fsarray = value.toArray();
for (FeatureStructure each : fsarray) {
if (!onlyRules) {
buildTree(each, blockNode, ts, offset, onlyRules);
} else {
buildTree(each, parent, ts, offset, onlyRules);