Lines Matching full:subtree
8888 GeneralSubtree subtree = GeneralSubtree.getInstance(e.nextElement());8889 - Integer tagNo = new Integer(subtree.getBase().getTagNo());8891 + Integer tagNo = Integer.valueOf(subtree.getBase().getTagNo());