Exemplo n.º 1
0
 public CFFTraceLine(string aLine, long aLineNumber, CFFSource aSource)
 {
     iLine       = aLine;
     iLineNumber = aLineNumber;
     iSource     = aSource;
 }
Exemplo n.º 2
0
 protected CFFReader(CFFPlugin aEngine, CFFSource aDescriptor)
 {
     iPlugin     = aEngine;
     iDescriptor = aDescriptor;
 }
Exemplo n.º 3
0
        public CIContainer CreateErrorContainer(CFFSource aDescriptor)
        {
            CIContainer item = CIContainer.NewErrorContainer(Engine, aDescriptor);

            return(item);
        }