ABB.Swum.UnigramMethodRule.MakeClassification C# (CSharp) Méthode

MakeClassification() protected abstract méthode

Performs further rule testing beyond the InClass method. InClass tests whether the node is a MethodDeclarationNode, parses the node name, strips the preamble, tags digits and prepositions, then calls this method.
protected abstract MakeClassification ( MethodDeclarationNode node ) : bool
node ABB.Swum.Nodes.MethodDeclarationNode The MethodDeclarationNode to test.
Résultat bool
        protected abstract bool MakeClassification(MethodDeclarationNode node);