2

Suppose User write some code in edit text (TextBox or else) and program recognize all definitions and uses . Now program wants to show Control Flow Graph using ability of Eclipse of making CFG.

  1. Is it possible ?
  2. Can we Use some other Tool Built in Capability of Making CFG to show CFG of userDefined code like Visual Studio?

I am Talking about any kinds of App ,Applications (Windows Form ,Android etc)

Charlie
  • 4,827
  • 2
  • 31
  • 55

1 Answers1

0

It is not possible, using ability of Eclipse for making CFG. You can try any other method

Ahsan Mohyuddin
  • 181
  • 1
  • 16