org.hsqldb
Class Profile.File

java.lang.Object
  |
  +--org.hsqldb.Profile.File
Enclosing class:
Profile

class Profile.File
extends java.lang.Object

Class declaration


Field Summary
(package private)  int iMaxLine
           
(package private)  java.lang.String sName
           
(package private)  long[][] val
           
 
Constructor Summary
(package private) Profile.File(java.lang.String name, int max)
          Constructor declaration
 
Method Summary
(package private)  void visit(int line)
          Method declaration
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sName

java.lang.String sName

iMaxLine

int iMaxLine

val

long[][] val
Constructor Detail

Profile.File

Profile.File(java.lang.String name,
             int max)
Constructor declaration
Parameters:
name -  
max -  
Method Detail

visit

void visit(int line)
Method declaration
Parameters:
line -