Rascal が次のような Java コメントを読み取る方法を知りたいです。
//This intent is used to share the picture between Android applications
Intent shareIntent = new Intent();
またはこれ:
/**
* This method can be called to share the picture between Android Applications
*/
private void shareImage() {
...
}
メソッド createAstFromFile は、これらのコメントをスキップしているようです。
前もって感謝します。