【发布时间】:2014-04-23 08:11:26
【问题描述】:
我想知道 Rascal 如何像这样读取 Java cmets:
//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 方法似乎跳过了这些 cmets。
提前致谢。
【问题讨论】:
标签: rascal