Babel.Compiler.Location.Location C# (CSharp) Method

Location() static private method

static private Location ( )
        static Location()
        {
            nullValue = new Location(null, 0, 0);
        }

Same methods

Location::Location ( string fileName, int line, int column )
Location