1

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 は、これらのコメントをスキップしているようです。

前もって感謝します。

4

1 に答える 1