C# Class OISC_Compiler.Instructions.CommentInstruction

Inheritance: Instruction
显示文件 Open project: Creou/OISCVM

Public Methods

Method Description
CommentInstruction ( String sourceLine, int sourceLineNumber ) : System

Method Details

CommentInstruction() public method

public CommentInstruction ( String sourceLine, int sourceLineNumber ) : System
sourceLine String
sourceLineNumber int
return System