Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp.parse
Class NestedTokenManager.FileInfo  view NestedTokenManager.FileInfo download NestedTokenManager.FileInfo.java

java.lang.Object
  extended bycom.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.
 
Constructor Summary
(package private) NestedTokenManager.FileInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

java.lang.String filename
Abosolute filename for the file.


tokManager

AspParseTokenManager tokManager
Active token manager for the file.

Constructor Detail

NestedTokenManager.FileInfo

NestedTokenManager.FileInfo()