C# Class _3PA.MainFeatures.Parser.Parser.BlockInfo

Contains info on a block
ファイルを表示 Open project: jcaillon/3P

Public Methods

Method Description
BlockInfo ( int lineStart, int lineTriggerWord, IndentType indentType, int statementNumber ) : System

Method Details

BlockInfo() public method

public BlockInfo ( int lineStart, int lineTriggerWord, IndentType indentType, int statementNumber ) : System
lineStart int
lineTriggerWord int
indentType IndentType
statementNumber int
return System