IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.Castclass_impl Class Referencesealed
Inheritance diagram for IKVM.Tools.Importer.MapXml.Castclass_impl:
IKVM.Tools.Importer.MapXml.Instruction IKVM.Tools.Importer.MapXml.MapXmlElement

Public Member Functions

 Castclass_impl ()
 Initializes a new instance.
 

Static Public Member Functions

static new Castclass_impl Read (XElement element)
 Reads the XML element into a new Castclass_impl instance.
 
- Static Public Member Functions inherited from IKVM.Tools.Importer.MapXml.Instruction
static Instruction Read (XElement element)
 Reads the XML element into a new InstructionList instance.
 

Properties

string Class [get, set]
 
- Properties inherited from IKVM.Tools.Importer.MapXml.MapXmlElement
int LineNumber [get, set]
 Gets the line number in the source file where this element occurs.
 
int LinePosition [get, set]
 Gets the line position in the source file where this element occurs.
 

Additional Inherited Members

- Static Protected Member Functions inherited from IKVM.Tools.Importer.MapXml.MapXmlElement
static void Load (MapXmlElement e, XElement element)
 Loads the XML element into the instance.
 
- Package Functions inherited from IKVM.Tools.Importer.MapXml.Instruction

Detailed Description

Definition at line 34 of file Castclass_impl.cs.

Constructor & Destructor Documentation

◆ Castclass_impl()

IKVM.Tools.Importer.MapXml.Castclass_impl.Castclass_impl ( )

Initializes a new instance.

Definition at line 53 of file Castclass_impl.cs.

54 {
55
56 }

Member Function Documentation

◆ Read()

static new Castclass_impl IKVM.Tools.Importer.MapXml.Castclass_impl.Read ( XElement element)
static

Reads the XML element into a new Castclass_impl instance.

Parameters
element
Returns

Definition at line 42 of file Castclass_impl.cs.

43 {
44 var inst = new Castclass_impl();
45 Load(inst, element);
46 inst.Class = (string)element.Attribute("class");
47 return inst;
48 }
Castclass_impl()
Initializes a new instance.

Property Documentation

◆ Class

string IKVM.Tools.Importer.MapXml.Castclass_impl.Class
getset

Definition at line 58 of file Castclass_impl.cs.

58{ get; set; }

The documentation for this class was generated from the following file: