java.lang.Object
com.tripi.asp.parse.NestedTokenManager.FileInfo
- Enclosing class:
- NestedTokenManager
- static class NestedTokenManager.FileInfo
- extends java.lang.Object
This inner class contains information about a file being loaded
|
Field Summary |
(package private) java.lang.String |
filename
Abosolute filename for the file. |
(package private) AspParseTokenManager |
tokManager
Active token manager for the file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filename
java.lang.String filename
- Abosolute filename for the file.
tokManager
AspParseTokenManager tokManager
- Active token manager for the file.
NestedTokenManager.FileInfo
NestedTokenManager.FileInfo()