IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.Branch Class Referenceabstract
Inheritance diagram for IKVM.Tools.Importer.MapXml.Branch:
IKVM.Tools.Importer.MapXml.Instruction IKVM.Tools.Importer.MapXml.MapXmlElement IKVM.Tools.Importer.MapXml.Beq IKVM.Tools.Importer.MapXml.Bge_Un IKVM.Tools.Importer.MapXml.Ble_Un IKVM.Tools.Importer.MapXml.Blt IKVM.Tools.Importer.MapXml.Blt_Un IKVM.Tools.Importer.MapXml.Bne_Un IKVM.Tools.Importer.MapXml.Br IKVM.Tools.Importer.MapXml.BrFalse IKVM.Tools.Importer.MapXml.BrTrue IKVM.Tools.Importer.MapXml.Leave

Static Public Member Functions

static void Load (Branch inst, XElement element)
 Loads the XML element into the instruction.
 
- 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 Name [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 32 of file Branch.cs.

Member Function Documentation

◆ Load()

static void IKVM.Tools.Importer.MapXml.Branch.Load ( Branch inst,
XElement element )
static

Loads the XML element into the instruction.

Parameters
inst
element

Definition at line 40 of file Branch.cs.

41 {
42 Load((Instruction)inst, element);
43 inst.Name = (string)element.Attribute("name");
44 }
IKVM.Runtime.ClassFile.Method.Instruction Instruction
Definition compiler.cs:44

Property Documentation

◆ Name

string IKVM.Tools.Importer.MapXml.Branch.Name
getset

Definition at line 46 of file Branch.cs.

46{ get; set; }

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