Documentation
¶
Index ¶
Constants ¶
View Source
const ( StringParseEvent = "INPUT string->PARSED []ParsedNode" StringCallEvent = "call(PARSED []ParsedNode)" ByteParseEvent = "INPUT []byte->PARSED []ParsedBytes" ByteCallEvent = "call(PARSED []ParsedBytes)" )
View Source
const ( CallEventsStartEvent = "->call(Events.CallEvents)" CallEventsEndEvent = "call(Events.CallEvents)->" )
View Source
const ( ByteEngineScopeParsed = "PARSED []ParsedBytes" ByteEngineScopeEndianess = "ENDIANESS int" ByteEngineScopeBytecodeIdx = "BYTECODE_IDX *int" ByteEngineScopeInput = "INPUT []byte" )
View Source
const ( StringEngineScopeInput = "INPUT string" StringEngineScopeParsed = "PARSED []ParsedNode" )
View Source
const ( EventsScopeCallName = "CALL_NAME string" EventsScopeCallError = "CALL_ERROR error" )
View Source
const ( PluginsScopeEuPtr = "EuPtr *EngineUniversal" EuScopePmPtr = "PmPtr *PluginManager" )
View Source
const ( ByteEngineType = iota StringEngineType )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EngineType ¶
type EngineType int
Click to show internal directories.
Click to hide internal directories.