ReadMeTemplate class

Inheritance

Constructors

ReadMeTemplate(ParentNode parent, ProjectFilePath sourceFilePath)

Properties

children List<Node>
finalinherited
destinationFilePath → ProjectFilePath
The path to where the generated TemplateFile needs to be stored
finalinherited
destinationWebUri Uri?
A uri to the web presentation null if it does not exits of is unknown
finalinherited
hashCode int
The hash code for this object.
no setterinherited
lastCompletedRuleIndex int
A ParserRule is done when its ParserRule.findChildNodesToReplace method can no longer find children to replace. -1 = no ParserRules are done: they still all need to check if they can find children to replace 0 = the first ParserRule is done: - it did not find any children to replace - the remaining rules (if any) still need to check if they can find children to replace 1 = the first 2 ParserRules are done: - they did not find any children to replace - the remaining rules (if any) still need to check if they can find children to replace etc
getter/setter pairinherited
parent → ParentNode?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceFilePath → ProjectFilePath
The documentation file
finalinherited
title String
finalinherited

Methods

compareTo(dynamic other) int
Orders wiki pages first.
inherited
findChildren<T>() List<T>
Finds all children (or children's children) of a given Type
inherited
findNodeWithUncompletedRule(int ruleIndex) → ParentNode?
Find a ParentNode that still needs to check the given rule
inherited
findParent<T>() → T?
Finds the first parent of a given Type
inherited
hasWebUriAndFileEndsWith(String path) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readSourceFileText(ProjectFilePath sourcePath) String
inherited
resetLastCompletedRuleIndexes() → void
inherited
thisFileWasGeneratedComment(ProjectFilePath sourcePath) String
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited