Property | Type | Description | |
---|---|---|---|
Filename | string | ||
Line | int | ||
Type | BasicTokenType | ||
Value | string |
Method | Description | |
---|---|---|
BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System | ||
Matches ( |
public BasicToken ( BasicTokenType type, string value = null, int line = -1, string filename = "" ) : System | ||
type | BasicTokenType | |
value | string | |
line | int | |
filename | string | |
return | System |
public Matches ( |
||
template | ||
return | bool |