Danmaku_no_Kyojin.BulletEngine.Equationator.BaseNode.ParseToken C# (CSharp) 메소드

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

Parse the specified tokenList and curIndex. overloaded by child types to do there own specific parsing.
protected abstract ParseToken ( List tokenList, int &curIndex, Equation owner ) : void
tokenList List Token list.
curIndex int Current index.
owner Equation the equation that this node is part of. required to pull function delegates out of the dictionary
리턴 void
        protected abstract void ParseToken(List<Token> tokenList, ref int curIndex, Equation owner);