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 java.lang.StringgetClassName()java.lang.StringgetContextString()java.lang.StringgetFilePath()
-
-
-
Method Detail
-
getContextString
java.lang.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
java.lang.String getClassName()
- Returns:
- a class name that uniquely represents this file context when combined with the context string above.
-
getFilePath
java.lang.String getFilePath()
- Returns:
- the full path
-
-