[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppas2js.pp line 1727
type TConvertContext = class(TObject) |
public |
PasElement: TPasElement; |
JSElement: TJSElement; |
IsGlobal: Boolean; |
TmpVarCount: Integer; |
ScannerBoolSwitches: TBoolSwitches; |
ScannerModeSwitches: TModeSwitches; |
constructor Create(); virtual; |
function GetRootModule; |
function GetRootContext; |
function GetNonDotContext; |
function GetFunctionContext; |
function GetLocalName(); virtual; |
function GetSelfContext; |
function GetContextOfPasElement(); |
function GetFuncContextOfPasElement(); |
function GetContextOfType(); |
function GetMainSectionContext; |
function CurrentModeSwitches; |
function GetGlobalFunc; |
procedure WriteStack; |
procedure DoWriteStack(); virtual; |
function ToString; override; |
end; |
| |
TObject |