コード例 #1
0
 public Branch(Sentence judgesentence, List <Sentence> sentences)
 {
     this.judgesentence = judgesentence;
     this.sentences     = sentences;
 }