Vala.Scanner – libvala-0.56 Reference Manual
Packages
libvala-0.56
Vala
Scanner
source_file
get_identifier_or_keyword
Scanner
parse_file_comments
pop_comment
read_regex_token
read_template_token
read_token
seek
Scanner
Object Hierarchy:
Description:
public
class
Scanner
Namespace:
Vala
Package:
libvala-0.56
Content:
Properties:
public
SourceFile
source_file
{
get
; }
Static methods:
public
static
TokenType
get_identifier_or_keyword
(
char
* begin,
int
len)
Creation methods:
public
Scanner
(
SourceFile
source_file)
Methods:
public
void
parse_file_comments
()
public
Comment
?
pop_comment
()
public
TokenType
read_regex_token
(
out
SourceLocation
token_begin,
out
SourceLocation
token_end)
public
TokenType
read_template_token
(
out
SourceLocation
token_begin,
out
SourceLocation
token_end)
public
TokenType
read_token
(
out
SourceLocation
token_begin,
out
SourceLocation
token_end)
public
void
seek
(
SourceLocation
location)