Package gw.lang.parser
Interface IFileContext
- All Known Implementing Classes:
ProgramFileContext
public interface IFileContext
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getContextString
String getContextString()- 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
String getClassName()- Returns:
- a class name that uniquely represents this file context when combined with the context string above.
-
getFilePath
String getFilePath()- Returns:
- the full path
-