package net.sf.jlinkgrammar; /** * TODO add javadoc * */ public class DTreeLeaf { Domain parent; int link; DTreeLeaf next; }