Menu

[r55]: / trunk / PhpCheckstyle / src / TokenInfo.php  Maximize  Restore  History

Download this file

18 lines (13 with data), 324 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?php
/**
* TokenInfo class.
*
* This object is returned by the tokenizer when we search for a token.
*
* @package classes
*/
class TokenInfo {
var $token = null; // The token
var $position = null; // The position of the token in the file.
var $lineOffset; // The offset of the line number.
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.