ABB.Swum.UnigramMethodRule.MakeClassification C# (CSharp) 메소드

MakeClassification() 보호된 추상적인 메소드

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.
리턴 bool
        protected abstract bool MakeClassification(MethodDeclarationNode node);