7879808182838485868788
} public ListPrimitiveKey clone(){ return (ListPrimitiveKey)super.clone(); } public Kind getKind(){ Kind kind = this.kind; if (null == kind){ kind = Kind.For(this.kindName); this.kind = kind; } return kind;
6970717273747576777879
public Component(String term){ super(); this.term = term; Kind kind = Kind.ForPath(term); if (null != kind){ this.identifier = false; this.kind = kind; } else {