Compile() 개인적인 메소드

private Compile ( Compiler compiler ) : void
compiler Compiler
리턴 void
예제 #1
0
        // Compiler is a class factory for some actions:
        // CompilerDbg override all this methods:

        public virtual ApplyImportsAction CreateApplyImportsAction()
        {
            ApplyImportsAction action = new ApplyImportsAction();

            action.Compile(this);
            return(action);
        }
예제 #2
0
        // Compiler is a class factory for some actions:
        // CompilerDbg override all this methods:

        public virtual ApplyImportsAction CreateApplyImportsAction()
        {
            ApplyImportsAction action = new ApplyImportsAction();
            action.Compile(this);
            return action;
        }