blark.util.SourceType

class blark.util.SourceType(value)[source]

Bases: Enum

An enumeration.

Methods

get_grammar_rule()

get_implicit_block_end()

Attributes

general

action

function

function_block

interface

method

program

property

property_get

property_set

dut

statement_list

var_global

general = 1
action = 2
function = 3
function_block = 4
interface = 5
method = 6
program = 7
property = 8
property_get = 9
property_set = 10
dut = 11
statement_list = 12
var_global = 13
get_grammar_rule() str[source]
get_implicit_block_end() str[source]