package net.sf.jlinkgrammar; /** * TODO add javadoc * */ public class CList { Connector c; boolean shallow; CList next; }