| Package | system.diagnostics |
| Class | public class _VirtualMachine |
| Inheritance | _VirtualMachine Object |
| Property | Defined By | ||
|---|---|---|---|
| filteredMethods : Array
Indicates the list of the filtered methods. | _VirtualMachine | ||
| filterMethods : Boolean = true
Indicates if the machine filter the methods. | _VirtualMachine | ||
| formatter : String = * {method}({args})
Indicates the formatter pattern. | _VirtualMachine | ||
| showPackages : Boolean = true
Indicates if show the packages. | _VirtualMachine | ||
| version : String [read-only]
The Virtual Machine version
| _VirtualMachine | ||
| Method | Defined By | ||
|---|---|---|---|
_VirtualMachine(listener:Function = null)
Creates a new VirtualMachine instance. | _VirtualMachine | ||
beginTrace():void
Insert in the console the header (begin trace). | _VirtualMachine | ||
endTrace():void
Insert in the console the footer (begin trace). | _VirtualMachine | ||
garbageCollection():void
Force the garbage collection on the Virtual Machine
| _VirtualMachine | ||
isTracing():Boolean
Indicates if we are tracing. | _VirtualMachine | ||
traceListener(line:String, index:int, method:String, args:String):void
Trace the messages in the console. | _VirtualMachine | ||
| filteredMethods | property |
public var filteredMethods:ArrayIndicates the list of the filtered methods.
| filterMethods | property |
public var filterMethods:Boolean = trueIndicates if the machine filter the methods.
| formatter | property |
public var formatter:String = * {method}({args})Indicates the formatter pattern.
| showPackages | property |
public var showPackages:Boolean = trueIndicates if show the packages.
| version | property |
version:String [read-only] The Virtual Machine version
public function get version():String| _VirtualMachine | () | Constructor |
public function _VirtualMachine(listener:Function = null)Creates a new VirtualMachine instance.
Parameterslistener:Function (default = null) — The callback listener function use to dispatch the messages.
|
| beginTrace | () | method |
public function beginTrace():voidInsert in the console the header (begin trace).
| endTrace | () | method |
public function endTrace():voidInsert in the console the footer (begin trace).
| garbageCollection | () | method |
public function garbageCollection():voidForce the garbage collection on the Virtual Machine
| isTracing | () | method |
public function isTracing():BooleanIndicates if we are tracing.
ReturnsBoolean |
| traceListener | () | method |
public function traceListener(line:String, index:int, method:String, args:String):voidTrace the messages in the console.
Parameters
line:String | |
index:int | |
method:String | |
args:String |