Package gw.lang

Class ProgramFileContext

    • Constructor Detail

      • ProgramFileContext

        public ProgramFileContext​(File file,
                                  String fqn)
    • Method Detail

      • getContextString

        public String getContextString()
        Specified by:
        getContextString in interface IFileContext
        Returns:
        Some additional contextual information about the place within a file that this program is located (e.g. an attribute in an XML file)
      • getClassName

        public String getClassName()
        Specified by:
        getClassName in interface IFileContext
        Returns:
        a class name that uniquely represents this file context when combined with the context string above.