Skip to content

class Scanner


methods


Scanner.pop


function Scanner.pop() ->  any

Reference:

Scanner.popnumber


function Scanner.popnumber()

Return only the value of a real or integer

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

Scanner.popname


function Scanner.popname()

Return only the value of a name

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

Scanner.popstring


function Scanner.popstring()

Return only the value of a string

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

Scanner.poparray


function Scanner.poparray()

Return only the value of a array

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

Scanner.popdictionary


function Scanner.popdictionary()

Return only the value of a dict

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

Scanner.popboolean


function Scanner.popboolean()

Return only the value of a boolean

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

Scanner.done


function Scanner.done()

Abort further processing of this scan() call

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!