Counter
    
            
            in package
            
        
    
    
    
FinalYes
Table of Contents
Methods
- countInAbstractSyntaxTree() : LinesOfCode
- countInSourceFile() : LinesOfCode
- countInSourceString() : LinesOfCode
Methods
countInAbstractSyntaxTree()
    public
                    countInAbstractSyntaxTree(int $linesOfCode, array<string|int, Node> $nodes) : LinesOfCode
    Parameters
- $linesOfCode : int
- $nodes : array<string|int, Node>
Tags
Return values
LinesOfCodecountInSourceFile()
    public
                    countInSourceFile(string $sourceFile) : LinesOfCode
    Parameters
- $sourceFile : string
Tags
Return values
LinesOfCodecountInSourceString()
    public
                    countInSourceString(string $source) : LinesOfCode
    Parameters
- $source : string