[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ebnf.tree.pp line 92
type TEBNFTerm = class(TEBNFElementWithChildren) |
public |
constructor Create; |
destructor Destroy; override; |
procedure AddFactor(); |
property Factors []: TEBNFFactor; [r] |
property FactorCount: Integer; [r] |
function ToString; override; |
property newline: Boolean; [rw] |
end; |
| |
| |
| |
TObject |