Danmaku_no_Kyojin.BulletEngine.Equationator.BaseNode.ParseToken C# (CSharp) Method

ParseToken() protected abstract method

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
return void
        protected abstract void ParseToken(List<Token> tokenList, ref int curIndex, Equation owner);