Bike.Test.BaseInterpreterTest.Interpret C# (CSharp) 메소드

Interpret() 보호된 메소드

protected Interpret ( string source ) : InterpretationContext
source string
리턴 InterpretationContext
        protected InterpretationContext Interpret(string source)
        {
            ParseAndWalk(source);
            context.Interpreter.Execute(source);
            return context;
        }