示例#1
0
 public override bool isDotChain()
 {
     return(index.isIdentifier() && table.isDotChain());
 }