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

SetDefaultActionAndTheme() 보호된 메소드

Sets the Action and Theme properties of the given MethodDeclarationNode using the default algorithms. This also sets the node's SecondaryArguments and UnknownArguments properties.
protected SetDefaultActionAndTheme ( MethodDeclarationNode node ) : void
node ABB.Swum.Nodes.MethodDeclarationNode The MethodDeclarationNode to set the Action and Theme on.
리턴 void
        protected void SetDefaultActionAndTheme(MethodDeclarationNode node)
        {
            node.Action = GetVerbPhrase(node.ParsedName, node.Preamble);
            SetPrepositionThemeAndArguments(node);
        }