C# Class ProgCom.Assembler2.Macro

Exibir arquivo Open project: Binamrad/ProgCom

Public Methods

Method Description
Macro ( String s ) : System
addLine ( String s ) : void
getLines ( String s ) : LinkedList
getName ( ) : String

Method Details

Macro() public method

public Macro ( String s ) : System
s String
return System

addLine() public method

public addLine ( String s ) : void
s String
return void

getLines() public method

public getLines ( String s ) : LinkedList
s String
return LinkedList

getName() public method

public getName ( ) : String
return String