[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] Re: [MOFScript]print two list at the same time

Hi,
Besides those functions listed in the MOFScript developer guide,there are two more functions:contains(obj) and select() listed in the content assistant of List.But the get() are highlightend in my editor.It's just when I execute the code,it says'#Runtime Error in FunctionCallEvaluator 318# Unknown function get for type java.util.ArrayList(line: 53)'
If this is a bug,how should I do to avoid it or is there another way to get the elements in the list excepte using get()?
In addition,there is such commects in the console view 'name: list1.get, isSuperCall: false'.Does it means this is a superCall which shouldn't be applied to subClass? How should I do to prevent it?



Thank you very much!