Lines Matching full:subtree
9004 GeneralSubtree subtree = GeneralSubtree.getInstance(e.nextElement());9005 - Integer tagNo = new Integer(subtree.getBase().getTagNo());9007 + Integer tagNo = Integer.valueOf(subtree.getBase().getTagNo());