Property | Type | Description | |
---|---|---|---|
TokenCreator | antlr.TokenCreator |
Property | Type | Description | |
---|---|---|---|
_fname | string |
Method | Description | |
---|---|---|
BooToken ( ) : System | ||
BooToken ( int type, string text, string fname, int line, int column ) : System | ||
getFilename ( ) : string | ||
setFilename ( string name ) : void |
public BooToken ( int type, string text, string fname, int line, int column ) : System | ||
type | int | |
text | string | |
fname | string | |
line | int | |
column | int | |
return | System |
public static antlr.TokenCreator TokenCreator | ||
return | antlr.TokenCreator |