Package gw.lang
Class ProgramFileContext
java.lang.Object
gw.lang.ProgramFileContext
- All Implemented Interfaces:
IFileContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_file
-
_fqn
-
-
Constructor Details
-
ProgramFileContext
-
-
Method Details
-
getContextString
- Specified by:
getContextString
in interfaceIFileContext
- 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
- Specified by:
getClassName
in interfaceIFileContext
- Returns:
- a class name that uniquely represents this file context when combined with the context string above.
-
getFilePath
- Specified by:
getFilePath
in interfaceIFileContext
- Returns:
- the full path
-
makeJavaName
-