Overview   Project   Class   Tree   Deprecated   Index 
Grammatica 1.5 Documentation
FRAMES    NO FRAMES

Deprecated API

Deprecated Methods
AddValue(object)
          Use the Values property and the Values.Add method instead. 
AddValues(ArrayList)
          Use the Values property and the Values.AddRange method instead. 
GetAllValues()
          Use the Values property instead. Note that the Values property will never be null, but possibly empty. 
GetAlternative(int)
          Use the class indexer instead. 
GetAlternativeCount()
          Use the Count property instead. 
GetAnalyzer()
          Use the Analyzer property instead. 
GetChildAt(int)
          Use the class indexer instead. 
GetChildCount()
          Use the Count property instead. 
GetColumn()
          Use the Column property instead. 
GetDetails()
          Use the Details property instead. 
GetDetails()
          Use the Details property instead. 
GetElement(int)
          Use the class indexer instead. 
GetElementCount()
          Use the Count property instead. 
GetEndColumn()
          Use the EndColumn property instead. 
GetEndLine()
          Use the EndLine property instead. 
GetError(int)
          Use the class indexer instead. 
GetErrorCount()
          Use the Count property instead. 
GetErrorMessage()
          Use the ErrorMessage property instead. 
GetErrorMessage()
          Use the ErrorMessage property instead. 
GetErrorType()
          Use the Type property instead. 
GetErrorType()
          Use the Type property instead. 
GetId()
          Use the Id property instead. 
GetId()
          Use the Id property instead. 
GetId()
          Use the Id property instead. 
GetId()
          Use the Id property instead. 
GetIgnoreMessage()
          Use the IgnoreMessage property instead. 
GetImage()
          Use the Image property instead. 
GetInfo()
          Use the Info property instead. 
GetInfo()
          Use the Info property instead. 
GetLine()
          Use the Line property instead. 
GetMaxCount()
          Use the MaxCount property instead. 
GetMessage()
          Use the Message property instead. 
GetMessage()
          Use the Message property instead. 
GetMessage()
          Use the Message property instead. 
GetMinCount()
          Use the MinCount property instead. 
GetName()
          Use the Name property instead. 
GetName()
          Use the Name property instead. 
GetName()
          Use the Name property instead. 
GetName()
          Use the Name property instead. 
GetNextToken()
          Use the Next property instead. 
GetParent()
          Use the Parent property instead. 
GetPattern()
          Use the Pattern property instead. 
GetPattern()
          Use the Pattern property instead. 
GetPattern()
          Use the Pattern property instead. 
GetPatternType()
          Use the Type property instead. 
GetPreviousToken()
          Use the Previous property instead. 
GetStartColumn()
          Use the StartColumn property instead. 
GetStartLine()
          Use the StartLine property instead. 
GetTokenizer()
          Use the Tokenizer property instead. 
GetUseTokenList()
          Use the UseTokenList property instead. 
GetValue(int)
          Use the Values property and it's array indexer instead. 
GetValueCount()
          Use the Values and Values.Count properties instead. 
IsError()
          Use the Error property instead. 
IsIgnore()
          Use the Ignore property instead. 
IsSyntetic()
          Use the Synthetic property instead. 
RemoveAllValues()
          Use the Values property and the Values.Clear method instead. Alternatively the Values property can be set to null. 
SetError()
          Use the Error property instead. 
SetError(string)
          Use the ErrorMessage property instead. 
SetIgnore()
          Use the Ignore property instead. 
SetIgnore(string)
          Use the IgnoreMessage property instead. 
SetSyntetic(bool)
          Use the Synthetic property instead. 
SetUseTokenList(bool)
          Use the UseTokenList property instead. 
 


 Overview   Project   Class   Tree   Deprecated   Index 
Grammatica 1.5 Documentation
FRAMES    NO FRAMES