gmslAPI  0.1
gmslAPI: An API for Developing Upgrade Solutions using Great Migrations Technology
gmslLibrary.Opcodes.CMT Class Reference

The CMT class defines a set of operation codes that comment out preceding statement code. More...

Public Attributes

const int CommentOut = 0
 This operation code precedes the statement with a comment identifying the causing component and then comments the statement out. More...
 
const int Delete = 1
 This operation code removes the statement from the authored output More...
 
const int NotImplemented = 2
 This operation code precedes the statement with a Not Implemented comment identifying the causing component, and then comments the statement out. More...
 
const int Deprecated = 3
 This operation code precedes the statement with a Deprecated comment identifying the causing component and then does not comment the statement out. More...
 
const int MustCorrect = 4
 This operation code precedes the statement with a Must Correct comment identifying the causing component, and then comments the statement out. More...
 
const int IfStatement = 5
 
const int ElseIfTrue = 6
 
const int ElseAnything = 7
 
const int EndIf = 8
 
const int WarnMessage = 9
 
const int IssueMessage = 10
 
const int WriteLine = 11
 
const int IssueComment = 12
 
const int OnErrorResume = 13
 
const int OnErrorGoto = 14
 
const int OnErrorTurnOff = 15
 
const int Resume0 = 16
 
const int ResumeNext = 17
 
const int ResumeLabel = 18
 
const int LateCall = 19
 

Detailed Description

The CMT class defines a set of operation codes that comment out preceding statement code.

Member Data Documentation

◆ CommentOut

const int gmslLibrary.Opcodes.CMT.CommentOut = 0

This operation code precedes the statement with a comment identifying the causing component and then comments the statement out.

◆ Delete

const int gmslLibrary.Opcodes.CMT.Delete = 1

This operation code removes the statement from the authored output

◆ Deprecated

const int gmslLibrary.Opcodes.CMT.Deprecated = 3

This operation code precedes the statement with a Deprecated comment identifying the causing component and then does not comment the statement out.

◆ MustCorrect

const int gmslLibrary.Opcodes.CMT.MustCorrect = 4

This operation code precedes the statement with a Must Correct comment identifying the causing component, and then comments the statement out.

◆ NotImplemented

const int gmslLibrary.Opcodes.CMT.NotImplemented = 2

This operation code precedes the statement with a Not Implemented comment identifying the causing component, and then comments the statement out.


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