StringConstant() 개인적인 메소드

private StringConstant ( ) : int
리턴 int
예제 #1
0
        private static void string_(Compiler c, bool allowAssignment)
        {
            int constant = c.StringConstant();

            // Compile the code to load the constant.
            c.EmitShortArg(Instruction.CONSTANT, constant);
        }