C# Class System.Text.RegularExpressions.PatternCompiler.PatternLinkStack

Inheritance: LinkStack
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
GetOffset ( int target_addr ) : int
PatternLinkStack ( ) : System

Protected Methods

Method Description
GetCurrent ( ) : object
SetCurrent ( object l ) : void

Method Details

GetCurrent() protected method

protected GetCurrent ( ) : object
return object

GetOffset() public method

public GetOffset ( int target_addr ) : int
target_addr int
return int

PatternLinkStack() public method

public PatternLinkStack ( ) : System
return System

SetCurrent() protected method

protected SetCurrent ( object l ) : void
l object
return void