C# 클래스 ABB.Swum.NullTagger

This is a null implementation of the abstract Tagger class. All of the methods do nothing; they simply return.
상속: Tagger
파일 보기 프로젝트 열기: abb-iss/Swum.NET

공개 메소드들

메소드 설명
PreTag ( ProgramElementNode node ) : void

Does nothing; simply returns;

TagNounPhrase ( PhraseNode nounPhrase ) : void

Does nothing; simply returns

TagNounPhrase ( PhraseNode nounPhrase, int startIndex, int stopIndex ) : void

Does nothing; simply returns

TagType ( PhraseNode parsedName ) : void

Does nothing; simply returns

TagVariableName ( PhraseNode parsedName ) : void

Does nothing; simply returns

메소드 상세

PreTag() 공개 메소드

Does nothing; simply returns;
public PreTag ( ProgramElementNode node ) : void
node ABB.Swum.Nodes.ProgramElementNode
리턴 void

TagNounPhrase() 공개 메소드

Does nothing; simply returns
public TagNounPhrase ( PhraseNode nounPhrase ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode
리턴 void

TagNounPhrase() 공개 메소드

Does nothing; simply returns
public TagNounPhrase ( PhraseNode nounPhrase, int startIndex, int stopIndex ) : void
nounPhrase ABB.Swum.Nodes.PhraseNode
startIndex int
stopIndex int
리턴 void

TagType() 공개 메소드

Does nothing; simply returns
public TagType ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
리턴 void

TagVariableName() 공개 메소드

Does nothing; simply returns
public TagVariableName ( PhraseNode parsedName ) : void
parsedName ABB.Swum.Nodes.PhraseNode
리턴 void