コード例 #1
0
ファイル: NonTerminalType.java プロジェクト: stil4m/rascal
 @Override
 protected Type lubWithConstructor(Type type) {
   return type.getAbstractDataType().equivalent(RascalValueFactory.Tree)
       ? RascalValueFactory.Tree
       : TF.nodeType();
 }