PerlState

class PerlState(var tokenize: (StringStream, PerlState) -> String? = ::perlTokenPerl, var chain: String? = null, var style: String? = null, var tail: Regex? = null)

Constructors

Link copied to clipboard
constructor(tokenize: (StringStream, PerlState) -> String? = ::perlTokenPerl, chain: String? = null, style: String? = null, tail: Regex? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var tail: Regex?
Link copied to clipboard