Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClassNameLen = 32 MethodNameLen = 64 PathLen = 128 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Symbol ¶
type Symbol struct { ClassName [ClassNameLen]byte MethodName [MethodNameLen]byte Path [PathLen]byte Lineno uint32 }
Click to show internal directories.
Click to hide internal directories.