Property | Type | Description | |
---|---|---|---|
SubTerms | List |
||
TermsAreParameters | bool | ||
Text | String | ||
Type | TermTypes |
Method | Description | |
---|---|---|
CopyFrom ( |
||
Demo ( int tabIndent ) : String | ||
Merge ( ) : |
||
Term ( String input ) : System | ||
Term ( String input, TermTypes type ) : System | ||
Term ( String input, TermTypes type, bool autoTrim ) : System |
Method | Description | |
---|---|---|
Term ( ) : System | ||
findEndOfSuffix ( String input, int start ) : int | ||
matchAt ( String &input, int i, List |
||
parseParameters ( String input ) : List |
||
processSymbols ( ) : void | ||
splitByListIgnoreBracket ( String input, List |
||
splitByListIgnoreBracket ( String input, List |
public Term ( String input, TermTypes type ) : System | ||
input | String | |
type | TermTypes | |
return | System |
public Term ( String input, TermTypes type, bool autoTrim ) : System | ||
input | String | |
type | TermTypes | |
autoTrim | bool | |
return | System |