Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » MoDisco » Feature type does not exist on MethodInvocation
Feature type does not exist on MethodInvocation [message #1790208] Thu, 07 June 2018 05:54
Mina Heidari is currently offline Mina HeidariFriend
Messages: 1
Registered: June 2018
Junior Member
index.php/fa/33025/0/index.php/fa/33025/0/Hello

I want to use a java model to extract needed information. In java model, I need to accesss VariableDeclarationStatement, fragments, initializer, argument, element . when I write c.initializer and press ctrl+shift, "argument" doesn't exist on "Default Proposals". when I run this code
Action <- s.fragments -> select (c| c.initializer.argument.oclIsUndefined() = false ) -> collect (c|c.initializer.argument.element.name)
, this error appear:
Feature type does not exist on MethodInvocation.
please help me. I don't know what to do.
index.php/fa/33025/0/index.php/fa/33026/0/index.php/fa/33027/0/
  • Attachment: Capture1.JPG
    (Size: 57.13KB, Downloaded 262 times)
  • Attachment: Capture1.JPG
    (Size: 46.30KB, Downloaded 237 times)
  • Attachment: Capture1.JPG
    (Size: 40.69KB, Downloaded 264 times)
Previous Topic:Java generation bug using MoDisco
Next Topic:Every attribute is marked as public
Goto Forum:
  


Current Time: Thu Mar 28 20:51:16 GMT 2024

Powered by FUDForum. Page generated in 0.03278 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top