Where are the classes(), fields() and methods() functions from M3 documented? [closed]

StackOverflow https://stackoverflow.com/questions/21879002

  •  13-10-2022
  •  | 
  •  

문제

I would expect them to be documented here: http://tutor.rascal-mpl.org/Rascal/Libraries/lang/java/m3/Core/Core.html, since that's the package you need to import to get them, but they're not there are searching the documentation for them doesn't result in much.

도움이 되었습니까?

해결책

They are undocumented as of yet. Have a look at the (simple) code in the libraries. You can find them in the Rascal explorer as a library jar in lang/java/m3/Core.rsc, or online on github at https://github.com/cwi-swat/rascal/blob/master/src/org/rascalmpl/library/lang/java/m3/Core.rsc

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top