Searched refs:token (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/kernel/tools/
H A Dcpp.py62 """a simple class to hold information about a given token.
63 each token has a position in the source code, as well as
65 the token's class, while the value is the string of the
66 original token itself.
170 """mark the position of the current token in the source file"""
179 """return the current token under the cursor without moving it"""
202 """increment the token cursor position"""
215 """retrieve the token at the current cursor position, then skip it"""
263 """return next CPP token, used internally by nextToken()"""
305 print "nextRealToken: \\ found, next token i
813 def token(self): member in class:CppExpr
[all...]

Completed in 108 milliseconds