FKind

File Kind.

Constructors

this
this(string kindName_, T baseNaming_, string[] exts_, MagicData magicData, size_t magicOffset, RefPattern refPattern_, string[] keywords_, Delim[] strings_, Delim[] comments_, FileContent content_, FileKindDetection detection_, Lang lang_, FKind superKind, FKind[] subKinds, string description, string wikip)
Undocumented in source.

Members

Functions

behaviorId
const(SHA1Digest) behaviorId()
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baseNaming
Patt baseNaming;
Undocumented in source.
builtins
string[] builtins;
Undocumented in source.
comments
Delim[] comments;
Undocumented in source.
content
FileContent content;
Undocumented in source.
description
string description;
Undocumented in source.
detection
FileKindDetection detection;
Undocumented in source.
exts
string[] exts;
Undocumented in source.
hitFiles
RegFile[] hitFiles;
Undocumented in source.
keywords
string[] keywords;
Undocumented in source.
kindName
string kindName;
Undocumented in source.
lang
Lang lang;
Undocumented in source.
machineGenerated
bool machineGenerated;
Undocumented in source.
magicData
Patt magicData;
Undocumented in source.
magicOffset
size_t magicOffset;
Undocumented in source.
operations
Tuple!(FOp, ShCmd)[] operations;
Undocumented in source.
opers
Op[] opers;
Undocumented in source.
parentPathDirs
string[] parentPathDirs;
Undocumented in source.
refPattern
ubyte[] refPattern;
Undocumented in source.
strings
Delim[] strings;
Undocumented in source.
subKinds
FKind[] subKinds;
Undocumented in source.
superKind
FKind superKind;
Undocumented in source.
wikip
AsURL!string wikip;
Undocumented in source.

Meta