Package gw.lang.parser
Interface IFileContext
-
- All Known Implementing Classes:
ProgramFileContext
public interface IFileContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassName()
String
getContextString()
String
getFilePath()
-
-
-
Method Detail
-
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
-
-