Attributes | |
---|---|
Modifier and Type | Name and Description |
shared default Boolean | terminated Evaluates to |
Attributes inherited from class: IdentifiableObject |
---|
hash |
Attributes inherited from class: Object |
---|
string |
Constructor |
---|
Visitor() |
Methods | |
---|---|
Modifier and Type | Method and Description |
shared default Void | afterDirectory(Directory dir) Called after visiting files and subdirectories of the given directory. |
shared default Boolean | beforeDirectory(Directory dir) Called before visiting files and subdirectories
of the given directory. If this method returns
|
shared default Void | file(File file) Visit a file. |