public class PatternSpec {
public PatternSpec ( string pattern ) ;
public void free ( ) ;
public bool equal ( PatternSpec pspec ) ;
public bool match ( uint string_length,
string str,
string str_reversed ) ;
public bool match_string ( string str ) ;
public static bool match_simple ( string pattern,
string str ) ;
}

public PatternSpec ( string pattern ) ;
public void free ( ) ;
public bool equal ( PatternSpec pspec ) ;
public bool match ( uint string_length,
string str,
string str_reversed ) ;
public bool match_string ( string str ) ;
public static bool match_simple ( string pattern,
string str ) ;
Created by Valadoc