Lines Matching full:subtree
8998 GeneralSubtree subtree = GeneralSubtree.getInstance(e.nextElement());8999 - Integer tagNo = new Integer(subtree.getBase().getTagNo());9001 + Integer tagNo = Integer.valueOf(subtree.getBase().getTagNo());