menu
hetu_script package
documentation
interpreter/interpreter.dart
HTContext
HTContext constructor
HTContext constructor
dark_mode
light_mode
HTContext
constructor
HTContext
(
{
String
?
filename
,
String
?
moduleName
,
HTNamespace
?
namespace
,
int
?
ip
,
int
?
line
,
int
?
column
,
})
Implementation
HTContext({ this.filename, this.moduleName, this.namespace, this.ip, this.line, this.column, });
hetu_script package
documentation
interpreter/interpreter
HTContext
HTContext constructor
HTContext class