Class ApplicationFragment

java.lang.Object
org.kigalisim.lang.fragment.Fragment
org.kigalisim.lang.fragment.ApplicationFragment

public class ApplicationFragment extends Fragment
A fragment containing a parsed application.
  • Constructor Details

    • ApplicationFragment

      public ApplicationFragment(ParsedApplication application)
      Create a new fragment containing a parsed application.
      Parameters:
      application - The application parsed from the source of this fragment.
  • Method Details

    • getApplication

      public ParsedApplication getApplication()
      Get the application parsed from the source of this fragment.
      Overrides:
      getApplication in class Fragment
      Returns:
      The parsed application.