mirror of
https://github.com/github/codeql.git
synced 2026-04-02 21:58:19 +02:00
1116 lines
31 KiB
Plaintext
1116 lines
31 KiB
Plaintext
#10000=@"/enum.ts;sourcefile"
|
|
files(#10000,"/enum.ts")
|
|
#10001=@"/;folder"
|
|
folders(#10001,"/")
|
|
containerparent(#10001,#10000)
|
|
#10002=@"loc,{#10000},0,0,0,0"
|
|
locations_default(#10002,#10000,0,0,0,0)
|
|
hasLocation(#10000,#10002)
|
|
#20000=@"global_scope"
|
|
scopes(#20000,0)
|
|
#20001=@"script;{#10000},1,1"
|
|
#20002=*
|
|
lines(#20002,#20001,"enum Color { red = 1, green, blue }","
|
|
")
|
|
#20003=@"loc,{#10000},1,1,1,35"
|
|
locations_default(#20003,#10000,1,1,1,35)
|
|
hasLocation(#20002,#20003)
|
|
#20004=*
|
|
lines(#20004,#20001,"","
|
|
")
|
|
#20005=@"loc,{#10000},2,1,2,0"
|
|
locations_default(#20005,#10000,2,1,2,0)
|
|
hasLocation(#20004,#20005)
|
|
#20006=*
|
|
lines(#20006,#20001,"declare enum DeclaredEnum { a, b }","
|
|
")
|
|
#20007=@"loc,{#10000},3,1,3,34"
|
|
locations_default(#20007,#10000,3,1,3,34)
|
|
hasLocation(#20006,#20007)
|
|
#20008=*
|
|
lines(#20008,#20001,"const enum ConstEnum { a = 1+2, b }","
|
|
")
|
|
#20009=@"loc,{#10000},4,1,4,35"
|
|
locations_default(#20009,#10000,4,1,4,35)
|
|
hasLocation(#20008,#20009)
|
|
#20010=*
|
|
lines(#20010,#20001,"declare const enum DeclaredConstEnum { a, b }","
|
|
")
|
|
#20011=@"loc,{#10000},5,1,5,45"
|
|
locations_default(#20011,#10000,5,1,5,45)
|
|
hasLocation(#20010,#20011)
|
|
#20012=*
|
|
lines(#20012,#20001,"","
|
|
")
|
|
#20013=@"loc,{#10000},6,1,6,0"
|
|
locations_default(#20013,#10000,6,1,6,0)
|
|
hasLocation(#20012,#20013)
|
|
#20014=*
|
|
lines(#20014,#20001,"function foo(x) { return x; }","
|
|
")
|
|
#20015=@"loc,{#10000},7,1,7,29"
|
|
locations_default(#20015,#10000,7,1,7,29)
|
|
hasLocation(#20014,#20015)
|
|
#20016=*
|
|
lines(#20016,#20001,"","
|
|
")
|
|
#20017=@"loc,{#10000},8,1,8,0"
|
|
locations_default(#20017,#10000,8,1,8,0)
|
|
hasLocation(#20016,#20017)
|
|
#20018=*
|
|
lines(#20018,#20001,"enum ComplexInitializer {","
|
|
")
|
|
#20019=@"loc,{#10000},9,1,9,25"
|
|
locations_default(#20019,#10000,9,1,9,25)
|
|
hasLocation(#20018,#20019)
|
|
#20020=*
|
|
lines(#20020,#20001," a = foo(1 + 2)","
|
|
")
|
|
#20021=@"loc,{#10000},10,1,10,16"
|
|
locations_default(#20021,#10000,10,1,10,16)
|
|
hasLocation(#20020,#20021)
|
|
indentation(#10000,10," ",2)
|
|
#20022=*
|
|
lines(#20022,#20001,"}","
|
|
")
|
|
#20023=@"loc,{#10000},11,1,11,1"
|
|
locations_default(#20023,#10000,11,1,11,1)
|
|
hasLocation(#20022,#20023)
|
|
#20024=*
|
|
lines(#20024,#20001,"","
|
|
")
|
|
#20025=@"loc,{#10000},12,1,12,0"
|
|
locations_default(#20025,#10000,12,1,12,0)
|
|
hasLocation(#20024,#20025)
|
|
#20026=*
|
|
lines(#20026,#20001,"enum StringLiteralEnumMember {","
|
|
")
|
|
#20027=@"loc,{#10000},13,1,13,30"
|
|
locations_default(#20027,#10000,13,1,13,30)
|
|
hasLocation(#20026,#20027)
|
|
#20028=*
|
|
lines(#20028,#20001," ""a"" = 2,","
|
|
")
|
|
#20029=@"loc,{#10000},14,1,14,10"
|
|
locations_default(#20029,#10000,14,1,14,10)
|
|
hasLocation(#20028,#20029)
|
|
indentation(#10000,14," ",2)
|
|
#20030=*
|
|
lines(#20030,#20001," b = a","
|
|
")
|
|
#20031=@"loc,{#10000},15,1,15,7"
|
|
locations_default(#20031,#10000,15,1,15,7)
|
|
hasLocation(#20030,#20031)
|
|
indentation(#10000,15," ",2)
|
|
#20032=*
|
|
lines(#20032,#20001,"}","
|
|
")
|
|
#20033=@"loc,{#10000},16,1,16,1"
|
|
locations_default(#20033,#10000,16,1,16,1)
|
|
hasLocation(#20032,#20033)
|
|
#20034=*
|
|
lines(#20034,#20001,"","
|
|
")
|
|
#20035=@"loc,{#10000},17,1,17,0"
|
|
locations_default(#20035,#10000,17,1,17,0)
|
|
hasLocation(#20034,#20035)
|
|
#20036=*
|
|
lines(#20036,#20001,"var x : StringLiteralEnumMember.a = 2","
|
|
")
|
|
#20037=@"loc,{#10000},18,1,18,37"
|
|
locations_default(#20037,#10000,18,1,18,37)
|
|
hasLocation(#20036,#20037)
|
|
numlines(#20001,18,13,0)
|
|
#20038=*
|
|
tokeninfo(#20038,7,#20001,0,"enum")
|
|
#20039=@"loc,{#10000},1,1,1,4"
|
|
locations_default(#20039,#10000,1,1,1,4)
|
|
hasLocation(#20038,#20039)
|
|
#20040=*
|
|
tokeninfo(#20040,6,#20001,1,"Color")
|
|
#20041=@"loc,{#10000},1,6,1,10"
|
|
locations_default(#20041,#10000,1,6,1,10)
|
|
hasLocation(#20040,#20041)
|
|
#20042=*
|
|
tokeninfo(#20042,8,#20001,2,"{")
|
|
#20043=@"loc,{#10000},1,12,1,12"
|
|
locations_default(#20043,#10000,1,12,1,12)
|
|
hasLocation(#20042,#20043)
|
|
#20044=*
|
|
tokeninfo(#20044,6,#20001,3,"red")
|
|
#20045=@"loc,{#10000},1,14,1,16"
|
|
locations_default(#20045,#10000,1,14,1,16)
|
|
hasLocation(#20044,#20045)
|
|
#20046=*
|
|
tokeninfo(#20046,8,#20001,4,"=")
|
|
#20047=@"loc,{#10000},1,18,1,18"
|
|
locations_default(#20047,#10000,1,18,1,18)
|
|
hasLocation(#20046,#20047)
|
|
#20048=*
|
|
tokeninfo(#20048,3,#20001,5,"1")
|
|
#20049=@"loc,{#10000},1,20,1,20"
|
|
locations_default(#20049,#10000,1,20,1,20)
|
|
hasLocation(#20048,#20049)
|
|
#20050=*
|
|
tokeninfo(#20050,8,#20001,6,",")
|
|
#20051=@"loc,{#10000},1,21,1,21"
|
|
locations_default(#20051,#10000,1,21,1,21)
|
|
hasLocation(#20050,#20051)
|
|
#20052=*
|
|
tokeninfo(#20052,6,#20001,7,"green")
|
|
#20053=@"loc,{#10000},1,23,1,27"
|
|
locations_default(#20053,#10000,1,23,1,27)
|
|
hasLocation(#20052,#20053)
|
|
#20054=*
|
|
tokeninfo(#20054,8,#20001,8,",")
|
|
#20055=@"loc,{#10000},1,28,1,28"
|
|
locations_default(#20055,#10000,1,28,1,28)
|
|
hasLocation(#20054,#20055)
|
|
#20056=*
|
|
tokeninfo(#20056,6,#20001,9,"blue")
|
|
#20057=@"loc,{#10000},1,30,1,33"
|
|
locations_default(#20057,#10000,1,30,1,33)
|
|
hasLocation(#20056,#20057)
|
|
#20058=*
|
|
tokeninfo(#20058,8,#20001,10,"}")
|
|
#20059=@"loc,{#10000},1,35,1,35"
|
|
locations_default(#20059,#10000,1,35,1,35)
|
|
hasLocation(#20058,#20059)
|
|
#20060=*
|
|
tokeninfo(#20060,7,#20001,11,"declare")
|
|
#20061=@"loc,{#10000},3,1,3,7"
|
|
locations_default(#20061,#10000,3,1,3,7)
|
|
hasLocation(#20060,#20061)
|
|
#20062=*
|
|
tokeninfo(#20062,7,#20001,12,"enum")
|
|
#20063=@"loc,{#10000},3,9,3,12"
|
|
locations_default(#20063,#10000,3,9,3,12)
|
|
hasLocation(#20062,#20063)
|
|
#20064=*
|
|
tokeninfo(#20064,6,#20001,13,"DeclaredEnum")
|
|
#20065=@"loc,{#10000},3,14,3,25"
|
|
locations_default(#20065,#10000,3,14,3,25)
|
|
hasLocation(#20064,#20065)
|
|
#20066=*
|
|
tokeninfo(#20066,8,#20001,14,"{")
|
|
#20067=@"loc,{#10000},3,27,3,27"
|
|
locations_default(#20067,#10000,3,27,3,27)
|
|
hasLocation(#20066,#20067)
|
|
#20068=*
|
|
tokeninfo(#20068,6,#20001,15,"a")
|
|
#20069=@"loc,{#10000},3,29,3,29"
|
|
locations_default(#20069,#10000,3,29,3,29)
|
|
hasLocation(#20068,#20069)
|
|
#20070=*
|
|
tokeninfo(#20070,8,#20001,16,",")
|
|
#20071=@"loc,{#10000},3,30,3,30"
|
|
locations_default(#20071,#10000,3,30,3,30)
|
|
hasLocation(#20070,#20071)
|
|
#20072=*
|
|
tokeninfo(#20072,6,#20001,17,"b")
|
|
#20073=@"loc,{#10000},3,32,3,32"
|
|
locations_default(#20073,#10000,3,32,3,32)
|
|
hasLocation(#20072,#20073)
|
|
#20074=*
|
|
tokeninfo(#20074,8,#20001,18,"}")
|
|
#20075=@"loc,{#10000},3,34,3,34"
|
|
locations_default(#20075,#10000,3,34,3,34)
|
|
hasLocation(#20074,#20075)
|
|
#20076=*
|
|
tokeninfo(#20076,7,#20001,19,"const")
|
|
#20077=@"loc,{#10000},4,1,4,5"
|
|
locations_default(#20077,#10000,4,1,4,5)
|
|
hasLocation(#20076,#20077)
|
|
#20078=*
|
|
tokeninfo(#20078,7,#20001,20,"enum")
|
|
#20079=@"loc,{#10000},4,7,4,10"
|
|
locations_default(#20079,#10000,4,7,4,10)
|
|
hasLocation(#20078,#20079)
|
|
#20080=*
|
|
tokeninfo(#20080,6,#20001,21,"ConstEnum")
|
|
#20081=@"loc,{#10000},4,12,4,20"
|
|
locations_default(#20081,#10000,4,12,4,20)
|
|
hasLocation(#20080,#20081)
|
|
#20082=*
|
|
tokeninfo(#20082,8,#20001,22,"{")
|
|
#20083=@"loc,{#10000},4,22,4,22"
|
|
locations_default(#20083,#10000,4,22,4,22)
|
|
hasLocation(#20082,#20083)
|
|
#20084=*
|
|
tokeninfo(#20084,6,#20001,23,"a")
|
|
#20085=@"loc,{#10000},4,24,4,24"
|
|
locations_default(#20085,#10000,4,24,4,24)
|
|
hasLocation(#20084,#20085)
|
|
#20086=*
|
|
tokeninfo(#20086,8,#20001,24,"=")
|
|
#20087=@"loc,{#10000},4,26,4,26"
|
|
locations_default(#20087,#10000,4,26,4,26)
|
|
hasLocation(#20086,#20087)
|
|
#20088=*
|
|
tokeninfo(#20088,3,#20001,25,"1")
|
|
#20089=@"loc,{#10000},4,28,4,28"
|
|
locations_default(#20089,#10000,4,28,4,28)
|
|
hasLocation(#20088,#20089)
|
|
#20090=*
|
|
tokeninfo(#20090,8,#20001,26,"+")
|
|
#20091=@"loc,{#10000},4,29,4,29"
|
|
locations_default(#20091,#10000,4,29,4,29)
|
|
hasLocation(#20090,#20091)
|
|
#20092=*
|
|
tokeninfo(#20092,3,#20001,27,"2")
|
|
#20093=@"loc,{#10000},4,30,4,30"
|
|
locations_default(#20093,#10000,4,30,4,30)
|
|
hasLocation(#20092,#20093)
|
|
#20094=*
|
|
tokeninfo(#20094,8,#20001,28,",")
|
|
#20095=@"loc,{#10000},4,31,4,31"
|
|
locations_default(#20095,#10000,4,31,4,31)
|
|
hasLocation(#20094,#20095)
|
|
#20096=*
|
|
tokeninfo(#20096,6,#20001,29,"b")
|
|
#20097=@"loc,{#10000},4,33,4,33"
|
|
locations_default(#20097,#10000,4,33,4,33)
|
|
hasLocation(#20096,#20097)
|
|
#20098=*
|
|
tokeninfo(#20098,8,#20001,30,"}")
|
|
#20099=@"loc,{#10000},4,35,4,35"
|
|
locations_default(#20099,#10000,4,35,4,35)
|
|
hasLocation(#20098,#20099)
|
|
#20100=*
|
|
tokeninfo(#20100,7,#20001,31,"declare")
|
|
#20101=@"loc,{#10000},5,1,5,7"
|
|
locations_default(#20101,#10000,5,1,5,7)
|
|
hasLocation(#20100,#20101)
|
|
#20102=*
|
|
tokeninfo(#20102,7,#20001,32,"const")
|
|
#20103=@"loc,{#10000},5,9,5,13"
|
|
locations_default(#20103,#10000,5,9,5,13)
|
|
hasLocation(#20102,#20103)
|
|
#20104=*
|
|
tokeninfo(#20104,7,#20001,33,"enum")
|
|
#20105=@"loc,{#10000},5,15,5,18"
|
|
locations_default(#20105,#10000,5,15,5,18)
|
|
hasLocation(#20104,#20105)
|
|
#20106=*
|
|
tokeninfo(#20106,6,#20001,34,"DeclaredConstEnum")
|
|
#20107=@"loc,{#10000},5,20,5,36"
|
|
locations_default(#20107,#10000,5,20,5,36)
|
|
hasLocation(#20106,#20107)
|
|
#20108=*
|
|
tokeninfo(#20108,8,#20001,35,"{")
|
|
#20109=@"loc,{#10000},5,38,5,38"
|
|
locations_default(#20109,#10000,5,38,5,38)
|
|
hasLocation(#20108,#20109)
|
|
#20110=*
|
|
tokeninfo(#20110,6,#20001,36,"a")
|
|
#20111=@"loc,{#10000},5,40,5,40"
|
|
locations_default(#20111,#10000,5,40,5,40)
|
|
hasLocation(#20110,#20111)
|
|
#20112=*
|
|
tokeninfo(#20112,8,#20001,37,",")
|
|
#20113=@"loc,{#10000},5,41,5,41"
|
|
locations_default(#20113,#10000,5,41,5,41)
|
|
hasLocation(#20112,#20113)
|
|
#20114=*
|
|
tokeninfo(#20114,6,#20001,38,"b")
|
|
#20115=@"loc,{#10000},5,43,5,43"
|
|
locations_default(#20115,#10000,5,43,5,43)
|
|
hasLocation(#20114,#20115)
|
|
#20116=*
|
|
tokeninfo(#20116,8,#20001,39,"}")
|
|
#20117=@"loc,{#10000},5,45,5,45"
|
|
locations_default(#20117,#10000,5,45,5,45)
|
|
hasLocation(#20116,#20117)
|
|
#20118=*
|
|
tokeninfo(#20118,7,#20001,40,"function")
|
|
#20119=@"loc,{#10000},7,1,7,8"
|
|
locations_default(#20119,#10000,7,1,7,8)
|
|
hasLocation(#20118,#20119)
|
|
#20120=*
|
|
tokeninfo(#20120,6,#20001,41,"foo")
|
|
#20121=@"loc,{#10000},7,10,7,12"
|
|
locations_default(#20121,#10000,7,10,7,12)
|
|
hasLocation(#20120,#20121)
|
|
#20122=*
|
|
tokeninfo(#20122,8,#20001,42,"(")
|
|
#20123=@"loc,{#10000},7,13,7,13"
|
|
locations_default(#20123,#10000,7,13,7,13)
|
|
hasLocation(#20122,#20123)
|
|
#20124=*
|
|
tokeninfo(#20124,6,#20001,43,"x")
|
|
#20125=@"loc,{#10000},7,14,7,14"
|
|
locations_default(#20125,#10000,7,14,7,14)
|
|
hasLocation(#20124,#20125)
|
|
#20126=*
|
|
tokeninfo(#20126,8,#20001,44,")")
|
|
#20127=@"loc,{#10000},7,15,7,15"
|
|
locations_default(#20127,#10000,7,15,7,15)
|
|
hasLocation(#20126,#20127)
|
|
#20128=*
|
|
tokeninfo(#20128,8,#20001,45,"{")
|
|
#20129=@"loc,{#10000},7,17,7,17"
|
|
locations_default(#20129,#10000,7,17,7,17)
|
|
hasLocation(#20128,#20129)
|
|
#20130=*
|
|
tokeninfo(#20130,7,#20001,46,"return")
|
|
#20131=@"loc,{#10000},7,19,7,24"
|
|
locations_default(#20131,#10000,7,19,7,24)
|
|
hasLocation(#20130,#20131)
|
|
#20132=*
|
|
tokeninfo(#20132,6,#20001,47,"x")
|
|
#20133=@"loc,{#10000},7,26,7,26"
|
|
locations_default(#20133,#10000,7,26,7,26)
|
|
hasLocation(#20132,#20133)
|
|
#20134=*
|
|
tokeninfo(#20134,8,#20001,48,";")
|
|
#20135=@"loc,{#10000},7,27,7,27"
|
|
locations_default(#20135,#10000,7,27,7,27)
|
|
hasLocation(#20134,#20135)
|
|
#20136=*
|
|
tokeninfo(#20136,8,#20001,49,"}")
|
|
#20137=@"loc,{#10000},7,29,7,29"
|
|
locations_default(#20137,#10000,7,29,7,29)
|
|
hasLocation(#20136,#20137)
|
|
#20138=*
|
|
tokeninfo(#20138,7,#20001,50,"enum")
|
|
#20139=@"loc,{#10000},9,1,9,4"
|
|
locations_default(#20139,#10000,9,1,9,4)
|
|
hasLocation(#20138,#20139)
|
|
#20140=*
|
|
tokeninfo(#20140,6,#20001,51,"ComplexInitializer")
|
|
#20141=@"loc,{#10000},9,6,9,23"
|
|
locations_default(#20141,#10000,9,6,9,23)
|
|
hasLocation(#20140,#20141)
|
|
#20142=*
|
|
tokeninfo(#20142,8,#20001,52,"{")
|
|
#20143=@"loc,{#10000},9,25,9,25"
|
|
locations_default(#20143,#10000,9,25,9,25)
|
|
hasLocation(#20142,#20143)
|
|
#20144=*
|
|
tokeninfo(#20144,6,#20001,53,"a")
|
|
#20145=@"loc,{#10000},10,3,10,3"
|
|
locations_default(#20145,#10000,10,3,10,3)
|
|
hasLocation(#20144,#20145)
|
|
#20146=*
|
|
tokeninfo(#20146,8,#20001,54,"=")
|
|
#20147=@"loc,{#10000},10,5,10,5"
|
|
locations_default(#20147,#10000,10,5,10,5)
|
|
hasLocation(#20146,#20147)
|
|
#20148=*
|
|
tokeninfo(#20148,6,#20001,55,"foo")
|
|
#20149=@"loc,{#10000},10,7,10,9"
|
|
locations_default(#20149,#10000,10,7,10,9)
|
|
hasLocation(#20148,#20149)
|
|
#20150=*
|
|
tokeninfo(#20150,8,#20001,56,"(")
|
|
#20151=@"loc,{#10000},10,10,10,10"
|
|
locations_default(#20151,#10000,10,10,10,10)
|
|
hasLocation(#20150,#20151)
|
|
#20152=*
|
|
tokeninfo(#20152,3,#20001,57,"1")
|
|
#20153=@"loc,{#10000},10,11,10,11"
|
|
locations_default(#20153,#10000,10,11,10,11)
|
|
hasLocation(#20152,#20153)
|
|
#20154=*
|
|
tokeninfo(#20154,8,#20001,58,"+")
|
|
#20155=@"loc,{#10000},10,13,10,13"
|
|
locations_default(#20155,#10000,10,13,10,13)
|
|
hasLocation(#20154,#20155)
|
|
#20156=*
|
|
tokeninfo(#20156,3,#20001,59,"2")
|
|
#20157=@"loc,{#10000},10,15,10,15"
|
|
locations_default(#20157,#10000,10,15,10,15)
|
|
hasLocation(#20156,#20157)
|
|
#20158=*
|
|
tokeninfo(#20158,8,#20001,60,")")
|
|
#20159=@"loc,{#10000},10,16,10,16"
|
|
locations_default(#20159,#10000,10,16,10,16)
|
|
hasLocation(#20158,#20159)
|
|
#20160=*
|
|
tokeninfo(#20160,8,#20001,61,"}")
|
|
hasLocation(#20160,#20023)
|
|
#20161=*
|
|
tokeninfo(#20161,7,#20001,62,"enum")
|
|
#20162=@"loc,{#10000},13,1,13,4"
|
|
locations_default(#20162,#10000,13,1,13,4)
|
|
hasLocation(#20161,#20162)
|
|
#20163=*
|
|
tokeninfo(#20163,6,#20001,63,"StringLiteralEnumMember")
|
|
#20164=@"loc,{#10000},13,6,13,28"
|
|
locations_default(#20164,#10000,13,6,13,28)
|
|
hasLocation(#20163,#20164)
|
|
#20165=*
|
|
tokeninfo(#20165,8,#20001,64,"{")
|
|
#20166=@"loc,{#10000},13,30,13,30"
|
|
locations_default(#20166,#10000,13,30,13,30)
|
|
hasLocation(#20165,#20166)
|
|
#20167=*
|
|
tokeninfo(#20167,4,#20001,65,"""a""")
|
|
#20168=@"loc,{#10000},14,3,14,5"
|
|
locations_default(#20168,#10000,14,3,14,5)
|
|
hasLocation(#20167,#20168)
|
|
#20169=*
|
|
tokeninfo(#20169,8,#20001,66,"=")
|
|
#20170=@"loc,{#10000},14,7,14,7"
|
|
locations_default(#20170,#10000,14,7,14,7)
|
|
hasLocation(#20169,#20170)
|
|
#20171=*
|
|
tokeninfo(#20171,3,#20001,67,"2")
|
|
#20172=@"loc,{#10000},14,9,14,9"
|
|
locations_default(#20172,#10000,14,9,14,9)
|
|
hasLocation(#20171,#20172)
|
|
#20173=*
|
|
tokeninfo(#20173,8,#20001,68,",")
|
|
#20174=@"loc,{#10000},14,10,14,10"
|
|
locations_default(#20174,#10000,14,10,14,10)
|
|
hasLocation(#20173,#20174)
|
|
#20175=*
|
|
tokeninfo(#20175,6,#20001,69,"b")
|
|
#20176=@"loc,{#10000},15,3,15,3"
|
|
locations_default(#20176,#10000,15,3,15,3)
|
|
hasLocation(#20175,#20176)
|
|
#20177=*
|
|
tokeninfo(#20177,8,#20001,70,"=")
|
|
#20178=@"loc,{#10000},15,5,15,5"
|
|
locations_default(#20178,#10000,15,5,15,5)
|
|
hasLocation(#20177,#20178)
|
|
#20179=*
|
|
tokeninfo(#20179,6,#20001,71,"a")
|
|
#20180=@"loc,{#10000},15,7,15,7"
|
|
locations_default(#20180,#10000,15,7,15,7)
|
|
hasLocation(#20179,#20180)
|
|
#20181=*
|
|
tokeninfo(#20181,8,#20001,72,"}")
|
|
hasLocation(#20181,#20033)
|
|
#20182=*
|
|
tokeninfo(#20182,7,#20001,73,"var")
|
|
#20183=@"loc,{#10000},18,1,18,3"
|
|
locations_default(#20183,#10000,18,1,18,3)
|
|
hasLocation(#20182,#20183)
|
|
#20184=*
|
|
tokeninfo(#20184,6,#20001,74,"x")
|
|
#20185=@"loc,{#10000},18,5,18,5"
|
|
locations_default(#20185,#10000,18,5,18,5)
|
|
hasLocation(#20184,#20185)
|
|
#20186=*
|
|
tokeninfo(#20186,8,#20001,75,":")
|
|
#20187=@"loc,{#10000},18,7,18,7"
|
|
locations_default(#20187,#10000,18,7,18,7)
|
|
hasLocation(#20186,#20187)
|
|
#20188=*
|
|
tokeninfo(#20188,6,#20001,76,"StringLiteralEnumMember")
|
|
#20189=@"loc,{#10000},18,9,18,31"
|
|
locations_default(#20189,#10000,18,9,18,31)
|
|
hasLocation(#20188,#20189)
|
|
#20190=*
|
|
tokeninfo(#20190,8,#20001,77,".")
|
|
#20191=@"loc,{#10000},18,32,18,32"
|
|
locations_default(#20191,#10000,18,32,18,32)
|
|
hasLocation(#20190,#20191)
|
|
#20192=*
|
|
tokeninfo(#20192,6,#20001,78,"a")
|
|
#20193=@"loc,{#10000},18,33,18,33"
|
|
locations_default(#20193,#10000,18,33,18,33)
|
|
hasLocation(#20192,#20193)
|
|
#20194=*
|
|
tokeninfo(#20194,8,#20001,79,"=")
|
|
#20195=@"loc,{#10000},18,35,18,35"
|
|
locations_default(#20195,#10000,18,35,18,35)
|
|
hasLocation(#20194,#20195)
|
|
#20196=*
|
|
tokeninfo(#20196,3,#20001,80,"2")
|
|
#20197=@"loc,{#10000},18,37,18,37"
|
|
locations_default(#20197,#10000,18,37,18,37)
|
|
hasLocation(#20196,#20197)
|
|
#20198=*
|
|
tokeninfo(#20198,0,#20001,81,"")
|
|
#20199=@"loc,{#10000},19,1,19,0"
|
|
locations_default(#20199,#10000,19,1,19,0)
|
|
hasLocation(#20198,#20199)
|
|
toplevels(#20001,0)
|
|
#20200=@"loc,{#10000},1,1,19,0"
|
|
locations_default(#20200,#10000,1,1,19,0)
|
|
hasLocation(#20001,#20200)
|
|
#20201=@"var;{foo};{#20000}"
|
|
variables(#20201,"foo",#20000)
|
|
#20202=@"var;{x};{#20000}"
|
|
variables(#20202,"x",#20000)
|
|
#20203=@"var;{Color};{#20000}"
|
|
variables(#20203,"Color",#20000)
|
|
#20204=@"var;{DeclaredEnum};{#20000}"
|
|
variables(#20204,"DeclaredEnum",#20000)
|
|
#20205=@"var;{ConstEnum};{#20000}"
|
|
variables(#20205,"ConstEnum",#20000)
|
|
#20206=@"var;{DeclaredConstEnum};{#20000}"
|
|
variables(#20206,"DeclaredConstEnum",#20000)
|
|
#20207=@"var;{ComplexInitializer};{#20000}"
|
|
variables(#20207,"ComplexInitializer",#20000)
|
|
#20208=@"var;{StringLiteralEnumMember};{#20000}"
|
|
variables(#20208,"StringLiteralEnumMember",#20000)
|
|
#20209=@"local_type_name;{Color};{#20000}"
|
|
local_type_names(#20209,"Color",#20000)
|
|
#20210=@"local_type_name;{DeclaredEnum};{#20000}"
|
|
local_type_names(#20210,"DeclaredEnum",#20000)
|
|
#20211=@"local_type_name;{ConstEnum};{#20000}"
|
|
local_type_names(#20211,"ConstEnum",#20000)
|
|
#20212=@"local_type_name;{DeclaredConstEnum};{#20000}"
|
|
local_type_names(#20212,"DeclaredConstEnum",#20000)
|
|
#20213=@"local_type_name;{ComplexInitializer};{#20000}"
|
|
local_type_names(#20213,"ComplexInitializer",#20000)
|
|
#20214=@"local_type_name;{StringLiteralEnumMember};{#20000}"
|
|
local_type_names(#20214,"StringLiteralEnumMember",#20000)
|
|
#20215=@"local_namespace_name;{Color};{#20000}"
|
|
local_namespace_names(#20215,"Color",#20000)
|
|
#20216=@"local_namespace_name;{DeclaredEnum};{#20000}"
|
|
local_namespace_names(#20216,"DeclaredEnum",#20000)
|
|
#20217=@"local_namespace_name;{ConstEnum};{#20000}"
|
|
local_namespace_names(#20217,"ConstEnum",#20000)
|
|
#20218=@"local_namespace_name;{DeclaredConstEnum};{#20000}"
|
|
local_namespace_names(#20218,"DeclaredConstEnum",#20000)
|
|
#20219=@"local_namespace_name;{ComplexInitializer};{#20000}"
|
|
local_namespace_names(#20219,"ComplexInitializer",#20000)
|
|
#20220=@"local_namespace_name;{StringLiteralEnumMember};{#20000}"
|
|
local_namespace_names(#20220,"StringLiteralEnumMember",#20000)
|
|
#20221=@"var;{this};{#20000}"
|
|
variables(#20221,"this",#20000)
|
|
#20222=*
|
|
stmts(#20222,36,#20001,0,"enum Co ... blue }")
|
|
hasLocation(#20222,#20003)
|
|
stmt_containers(#20222,#20001)
|
|
#20223=*
|
|
exprs(#20223,78,#20222,0,"Color")
|
|
hasLocation(#20223,#20041)
|
|
enclosing_stmt(#20223,#20222)
|
|
expr_containers(#20223,#20001)
|
|
literals("Color","Color",#20223)
|
|
decl(#20223,#20203)
|
|
typedecl(#20223,#20209)
|
|
namespacedecl(#20223,#20215)
|
|
#20224=*
|
|
scopes(#20224,14)
|
|
scopenodes(#20222,#20224)
|
|
scopenesting(#20224,#20000)
|
|
#20225=@"var;{red};{#20224}"
|
|
variables(#20225,"red",#20224)
|
|
#20226=@"local_type_name;{red};{#20224}"
|
|
local_type_names(#20226,"red",#20224)
|
|
#20227=@"var;{green};{#20224}"
|
|
variables(#20227,"green",#20224)
|
|
#20228=@"local_type_name;{green};{#20224}"
|
|
local_type_names(#20228,"green",#20224)
|
|
#20229=@"var;{blue};{#20224}"
|
|
variables(#20229,"blue",#20224)
|
|
#20230=@"local_type_name;{blue};{#20224}"
|
|
local_type_names(#20230,"blue",#20224)
|
|
#20231=*
|
|
properties(#20231,#20222,1,7,"red = 1")
|
|
#20232=@"loc,{#10000},1,14,1,20"
|
|
locations_default(#20232,#10000,1,14,1,20)
|
|
hasLocation(#20231,#20232)
|
|
#20233=*
|
|
exprs(#20233,78,#20231,0,"red")
|
|
hasLocation(#20233,#20045)
|
|
enclosing_stmt(#20233,#20222)
|
|
expr_containers(#20233,#20001)
|
|
literals("red","red",#20233)
|
|
decl(#20233,#20225)
|
|
typedecl(#20233,#20226)
|
|
#20234=*
|
|
exprs(#20234,3,#20231,1,"1")
|
|
hasLocation(#20234,#20049)
|
|
enclosing_stmt(#20234,#20222)
|
|
expr_containers(#20234,#20001)
|
|
literals("1","1",#20234)
|
|
#20235=*
|
|
properties(#20235,#20222,2,7,"green")
|
|
hasLocation(#20235,#20053)
|
|
#20236=*
|
|
exprs(#20236,78,#20235,0,"green")
|
|
hasLocation(#20236,#20053)
|
|
enclosing_stmt(#20236,#20222)
|
|
expr_containers(#20236,#20001)
|
|
literals("green","green",#20236)
|
|
decl(#20236,#20227)
|
|
typedecl(#20236,#20228)
|
|
#20237=*
|
|
properties(#20237,#20222,3,7,"blue")
|
|
hasLocation(#20237,#20057)
|
|
#20238=*
|
|
exprs(#20238,78,#20237,0,"blue")
|
|
hasLocation(#20238,#20057)
|
|
enclosing_stmt(#20238,#20222)
|
|
expr_containers(#20238,#20001)
|
|
literals("blue","blue",#20238)
|
|
decl(#20238,#20229)
|
|
typedecl(#20238,#20230)
|
|
#20239=*
|
|
stmts(#20239,36,#20001,1,"declare ... a, b }")
|
|
hasLocation(#20239,#20007)
|
|
stmt_containers(#20239,#20001)
|
|
#20240=*
|
|
exprs(#20240,78,#20239,0,"DeclaredEnum")
|
|
hasLocation(#20240,#20065)
|
|
enclosing_stmt(#20240,#20239)
|
|
expr_containers(#20240,#20001)
|
|
literals("DeclaredEnum","DeclaredEnum",#20240)
|
|
decl(#20240,#20204)
|
|
typedecl(#20240,#20210)
|
|
namespacedecl(#20240,#20216)
|
|
#20241=*
|
|
scopes(#20241,14)
|
|
scopenodes(#20239,#20241)
|
|
scopenesting(#20241,#20000)
|
|
#20242=@"var;{a};{#20241}"
|
|
variables(#20242,"a",#20241)
|
|
#20243=@"local_type_name;{a};{#20241}"
|
|
local_type_names(#20243,"a",#20241)
|
|
#20244=@"var;{b};{#20241}"
|
|
variables(#20244,"b",#20241)
|
|
#20245=@"local_type_name;{b};{#20241}"
|
|
local_type_names(#20245,"b",#20241)
|
|
#20246=*
|
|
properties(#20246,#20239,1,7,"a")
|
|
hasLocation(#20246,#20069)
|
|
#20247=*
|
|
exprs(#20247,78,#20246,0,"a")
|
|
hasLocation(#20247,#20069)
|
|
enclosing_stmt(#20247,#20239)
|
|
expr_containers(#20247,#20001)
|
|
literals("a","a",#20247)
|
|
decl(#20247,#20242)
|
|
typedecl(#20247,#20243)
|
|
#20248=*
|
|
properties(#20248,#20239,2,7,"b")
|
|
hasLocation(#20248,#20073)
|
|
#20249=*
|
|
exprs(#20249,78,#20248,0,"b")
|
|
hasLocation(#20249,#20073)
|
|
enclosing_stmt(#20249,#20239)
|
|
expr_containers(#20249,#20001)
|
|
literals("b","b",#20249)
|
|
decl(#20249,#20244)
|
|
typedecl(#20249,#20245)
|
|
has_declare_keyword(#20239)
|
|
#20250=*
|
|
stmts(#20250,36,#20001,2,"const e ... +2, b }")
|
|
hasLocation(#20250,#20009)
|
|
stmt_containers(#20250,#20001)
|
|
#20251=*
|
|
exprs(#20251,78,#20250,0,"ConstEnum")
|
|
hasLocation(#20251,#20081)
|
|
enclosing_stmt(#20251,#20250)
|
|
expr_containers(#20251,#20001)
|
|
literals("ConstEnum","ConstEnum",#20251)
|
|
decl(#20251,#20205)
|
|
typedecl(#20251,#20211)
|
|
namespacedecl(#20251,#20217)
|
|
#20252=*
|
|
scopes(#20252,14)
|
|
scopenodes(#20250,#20252)
|
|
scopenesting(#20252,#20000)
|
|
#20253=@"var;{a};{#20252}"
|
|
variables(#20253,"a",#20252)
|
|
#20254=@"local_type_name;{a};{#20252}"
|
|
local_type_names(#20254,"a",#20252)
|
|
#20255=@"var;{b};{#20252}"
|
|
variables(#20255,"b",#20252)
|
|
#20256=@"local_type_name;{b};{#20252}"
|
|
local_type_names(#20256,"b",#20252)
|
|
#20257=*
|
|
properties(#20257,#20250,1,7,"a = 1+2")
|
|
#20258=@"loc,{#10000},4,24,4,30"
|
|
locations_default(#20258,#10000,4,24,4,30)
|
|
hasLocation(#20257,#20258)
|
|
#20259=*
|
|
exprs(#20259,78,#20257,0,"a")
|
|
hasLocation(#20259,#20085)
|
|
enclosing_stmt(#20259,#20250)
|
|
expr_containers(#20259,#20001)
|
|
literals("a","a",#20259)
|
|
decl(#20259,#20253)
|
|
typedecl(#20259,#20254)
|
|
#20260=*
|
|
exprs(#20260,34,#20257,1,"1+2")
|
|
#20261=@"loc,{#10000},4,28,4,30"
|
|
locations_default(#20261,#10000,4,28,4,30)
|
|
hasLocation(#20260,#20261)
|
|
enclosing_stmt(#20260,#20250)
|
|
expr_containers(#20260,#20001)
|
|
#20262=*
|
|
exprs(#20262,3,#20260,0,"1")
|
|
hasLocation(#20262,#20089)
|
|
enclosing_stmt(#20262,#20250)
|
|
expr_containers(#20262,#20001)
|
|
literals("1","1",#20262)
|
|
#20263=*
|
|
exprs(#20263,3,#20260,1,"2")
|
|
hasLocation(#20263,#20093)
|
|
enclosing_stmt(#20263,#20250)
|
|
expr_containers(#20263,#20001)
|
|
literals("2","2",#20263)
|
|
#20264=*
|
|
properties(#20264,#20250,2,7,"b")
|
|
hasLocation(#20264,#20097)
|
|
#20265=*
|
|
exprs(#20265,78,#20264,0,"b")
|
|
hasLocation(#20265,#20097)
|
|
enclosing_stmt(#20265,#20250)
|
|
expr_containers(#20265,#20001)
|
|
literals("b","b",#20265)
|
|
decl(#20265,#20255)
|
|
typedecl(#20265,#20256)
|
|
is_const_enum(#20250)
|
|
#20266=*
|
|
stmts(#20266,36,#20001,3,"declare ... a, b }")
|
|
hasLocation(#20266,#20011)
|
|
stmt_containers(#20266,#20001)
|
|
#20267=*
|
|
exprs(#20267,78,#20266,0,"DeclaredConstEnum")
|
|
hasLocation(#20267,#20107)
|
|
enclosing_stmt(#20267,#20266)
|
|
expr_containers(#20267,#20001)
|
|
literals("DeclaredConstEnum","DeclaredConstEnum",#20267)
|
|
decl(#20267,#20206)
|
|
typedecl(#20267,#20212)
|
|
namespacedecl(#20267,#20218)
|
|
#20268=*
|
|
scopes(#20268,14)
|
|
scopenodes(#20266,#20268)
|
|
scopenesting(#20268,#20000)
|
|
#20269=@"var;{a};{#20268}"
|
|
variables(#20269,"a",#20268)
|
|
#20270=@"local_type_name;{a};{#20268}"
|
|
local_type_names(#20270,"a",#20268)
|
|
#20271=@"var;{b};{#20268}"
|
|
variables(#20271,"b",#20268)
|
|
#20272=@"local_type_name;{b};{#20268}"
|
|
local_type_names(#20272,"b",#20268)
|
|
#20273=*
|
|
properties(#20273,#20266,1,7,"a")
|
|
hasLocation(#20273,#20111)
|
|
#20274=*
|
|
exprs(#20274,78,#20273,0,"a")
|
|
hasLocation(#20274,#20111)
|
|
enclosing_stmt(#20274,#20266)
|
|
expr_containers(#20274,#20001)
|
|
literals("a","a",#20274)
|
|
decl(#20274,#20269)
|
|
typedecl(#20274,#20270)
|
|
#20275=*
|
|
properties(#20275,#20266,2,7,"b")
|
|
hasLocation(#20275,#20115)
|
|
#20276=*
|
|
exprs(#20276,78,#20275,0,"b")
|
|
hasLocation(#20276,#20115)
|
|
enclosing_stmt(#20276,#20266)
|
|
expr_containers(#20276,#20001)
|
|
literals("b","b",#20276)
|
|
decl(#20276,#20271)
|
|
typedecl(#20276,#20272)
|
|
is_const_enum(#20266)
|
|
has_declare_keyword(#20266)
|
|
#20277=*
|
|
stmts(#20277,17,#20001,4,"functio ... rn x; }")
|
|
hasLocation(#20277,#20015)
|
|
stmt_containers(#20277,#20001)
|
|
#20278=*
|
|
exprs(#20278,78,#20277,-1,"foo")
|
|
hasLocation(#20278,#20121)
|
|
expr_containers(#20278,#20277)
|
|
literals("foo","foo",#20278)
|
|
decl(#20278,#20201)
|
|
#20279=*
|
|
scopes(#20279,1)
|
|
scopenodes(#20277,#20279)
|
|
scopenesting(#20279,#20000)
|
|
#20280=@"var;{this};{#20279}"
|
|
variables(#20280,"this",#20279)
|
|
#20281=@"var;{x};{#20279}"
|
|
variables(#20281,"x",#20279)
|
|
#20282=*
|
|
exprs(#20282,78,#20277,0,"x")
|
|
hasLocation(#20282,#20125)
|
|
expr_containers(#20282,#20277)
|
|
literals("x","x",#20282)
|
|
decl(#20282,#20281)
|
|
#20283=@"var;{arguments};{#20279}"
|
|
variables(#20283,"arguments",#20279)
|
|
is_arguments_object(#20283)
|
|
#20284=*
|
|
stmts(#20284,1,#20277,-2,"{ return x; }")
|
|
#20285=@"loc,{#10000},7,17,7,29"
|
|
locations_default(#20285,#10000,7,17,7,29)
|
|
hasLocation(#20284,#20285)
|
|
stmt_containers(#20284,#20277)
|
|
#20286=*
|
|
stmts(#20286,9,#20284,0,"return x;")
|
|
#20287=@"loc,{#10000},7,19,7,27"
|
|
locations_default(#20287,#10000,7,19,7,27)
|
|
hasLocation(#20286,#20287)
|
|
stmt_containers(#20286,#20277)
|
|
#20288=*
|
|
exprs(#20288,79,#20286,0,"x")
|
|
hasLocation(#20288,#20133)
|
|
enclosing_stmt(#20288,#20286)
|
|
expr_containers(#20288,#20277)
|
|
literals("x","x",#20288)
|
|
bind(#20288,#20281)
|
|
#20289=*
|
|
stmts(#20289,36,#20001,5,"enum Co ... + 2)\n}")
|
|
#20290=@"loc,{#10000},9,1,11,1"
|
|
locations_default(#20290,#10000,9,1,11,1)
|
|
hasLocation(#20289,#20290)
|
|
stmt_containers(#20289,#20001)
|
|
#20291=*
|
|
exprs(#20291,78,#20289,0,"ComplexInitializer")
|
|
hasLocation(#20291,#20141)
|
|
enclosing_stmt(#20291,#20289)
|
|
expr_containers(#20291,#20001)
|
|
literals("ComplexInitializer","ComplexInitializer",#20291)
|
|
decl(#20291,#20207)
|
|
typedecl(#20291,#20213)
|
|
namespacedecl(#20291,#20219)
|
|
#20292=*
|
|
scopes(#20292,14)
|
|
scopenodes(#20289,#20292)
|
|
scopenesting(#20292,#20000)
|
|
#20293=@"var;{a};{#20292}"
|
|
variables(#20293,"a",#20292)
|
|
#20294=@"local_type_name;{a};{#20292}"
|
|
local_type_names(#20294,"a",#20292)
|
|
#20295=*
|
|
properties(#20295,#20289,1,7,"a = foo(1 + 2)")
|
|
#20296=@"loc,{#10000},10,3,10,16"
|
|
locations_default(#20296,#10000,10,3,10,16)
|
|
hasLocation(#20295,#20296)
|
|
#20297=*
|
|
exprs(#20297,78,#20295,0,"a")
|
|
hasLocation(#20297,#20145)
|
|
enclosing_stmt(#20297,#20289)
|
|
expr_containers(#20297,#20001)
|
|
literals("a","a",#20297)
|
|
decl(#20297,#20293)
|
|
typedecl(#20297,#20294)
|
|
#20298=*
|
|
exprs(#20298,13,#20295,1,"foo(1 + 2)")
|
|
#20299=@"loc,{#10000},10,7,10,16"
|
|
locations_default(#20299,#10000,10,7,10,16)
|
|
hasLocation(#20298,#20299)
|
|
enclosing_stmt(#20298,#20289)
|
|
expr_containers(#20298,#20001)
|
|
#20300=*
|
|
exprs(#20300,79,#20298,-1,"foo")
|
|
hasLocation(#20300,#20149)
|
|
enclosing_stmt(#20300,#20289)
|
|
expr_containers(#20300,#20001)
|
|
literals("foo","foo",#20300)
|
|
bind(#20300,#20201)
|
|
#20301=*
|
|
exprs(#20301,34,#20298,0,"1 + 2")
|
|
#20302=@"loc,{#10000},10,11,10,15"
|
|
locations_default(#20302,#10000,10,11,10,15)
|
|
hasLocation(#20301,#20302)
|
|
enclosing_stmt(#20301,#20289)
|
|
expr_containers(#20301,#20001)
|
|
#20303=*
|
|
exprs(#20303,3,#20301,0,"1")
|
|
hasLocation(#20303,#20153)
|
|
enclosing_stmt(#20303,#20289)
|
|
expr_containers(#20303,#20001)
|
|
literals("1","1",#20303)
|
|
#20304=*
|
|
exprs(#20304,3,#20301,1,"2")
|
|
hasLocation(#20304,#20157)
|
|
enclosing_stmt(#20304,#20289)
|
|
expr_containers(#20304,#20001)
|
|
literals("2","2",#20304)
|
|
#20305=*
|
|
stmts(#20305,36,#20001,6,"enum St ... b = a\n}")
|
|
#20306=@"loc,{#10000},13,1,16,1"
|
|
locations_default(#20306,#10000,13,1,16,1)
|
|
hasLocation(#20305,#20306)
|
|
stmt_containers(#20305,#20001)
|
|
#20307=*
|
|
exprs(#20307,78,#20305,0,"StringL ... mMember")
|
|
hasLocation(#20307,#20164)
|
|
enclosing_stmt(#20307,#20305)
|
|
expr_containers(#20307,#20001)
|
|
literals("StringLiteralEnumMember","StringLiteralEnumMember",#20307)
|
|
decl(#20307,#20208)
|
|
typedecl(#20307,#20214)
|
|
namespacedecl(#20307,#20220)
|
|
#20308=*
|
|
scopes(#20308,14)
|
|
scopenodes(#20305,#20308)
|
|
scopenesting(#20308,#20000)
|
|
#20309=@"var;{a};{#20308}"
|
|
variables(#20309,"a",#20308)
|
|
#20310=@"local_type_name;{a};{#20308}"
|
|
local_type_names(#20310,"a",#20308)
|
|
#20311=@"var;{b};{#20308}"
|
|
variables(#20311,"b",#20308)
|
|
#20312=@"local_type_name;{b};{#20308}"
|
|
local_type_names(#20312,"b",#20308)
|
|
#20313=*
|
|
properties(#20313,#20305,1,7,"""a"" = 2")
|
|
#20314=@"loc,{#10000},14,3,14,9"
|
|
locations_default(#20314,#10000,14,3,14,9)
|
|
hasLocation(#20313,#20314)
|
|
#20315=*
|
|
exprs(#20315,78,#20313,0,"""a""")
|
|
hasLocation(#20315,#20168)
|
|
enclosing_stmt(#20315,#20305)
|
|
expr_containers(#20315,#20001)
|
|
literals("a","a",#20315)
|
|
decl(#20315,#20309)
|
|
typedecl(#20315,#20310)
|
|
#20316=*
|
|
exprs(#20316,3,#20313,1,"2")
|
|
hasLocation(#20316,#20172)
|
|
enclosing_stmt(#20316,#20305)
|
|
expr_containers(#20316,#20001)
|
|
literals("2","2",#20316)
|
|
#20317=*
|
|
properties(#20317,#20305,2,7,"b = a")
|
|
#20318=@"loc,{#10000},15,3,15,7"
|
|
locations_default(#20318,#10000,15,3,15,7)
|
|
hasLocation(#20317,#20318)
|
|
#20319=*
|
|
exprs(#20319,78,#20317,0,"b")
|
|
hasLocation(#20319,#20176)
|
|
enclosing_stmt(#20319,#20305)
|
|
expr_containers(#20319,#20001)
|
|
literals("b","b",#20319)
|
|
decl(#20319,#20311)
|
|
typedecl(#20319,#20312)
|
|
#20320=*
|
|
exprs(#20320,79,#20317,1,"a")
|
|
hasLocation(#20320,#20180)
|
|
enclosing_stmt(#20320,#20305)
|
|
expr_containers(#20320,#20001)
|
|
literals("a","a",#20320)
|
|
bind(#20320,#20309)
|
|
#20321=*
|
|
stmts(#20321,18,#20001,7,"var x : ... r.a = 2")
|
|
hasLocation(#20321,#20037)
|
|
stmt_containers(#20321,#20001)
|
|
#20322=*
|
|
exprs(#20322,64,#20321,0,"x : Str ... r.a = 2")
|
|
#20323=@"loc,{#10000},18,5,18,37"
|
|
locations_default(#20323,#10000,18,5,18,37)
|
|
hasLocation(#20322,#20323)
|
|
enclosing_stmt(#20322,#20321)
|
|
expr_containers(#20322,#20001)
|
|
#20324=*
|
|
exprs(#20324,78,#20322,0,"x")
|
|
hasLocation(#20324,#20185)
|
|
enclosing_stmt(#20324,#20321)
|
|
expr_containers(#20324,#20001)
|
|
literals("x","x",#20324)
|
|
decl(#20324,#20202)
|
|
#20325=*
|
|
exprs(#20325,3,#20322,1,"2")
|
|
hasLocation(#20325,#20197)
|
|
enclosing_stmt(#20325,#20321)
|
|
expr_containers(#20325,#20001)
|
|
literals("2","2",#20325)
|
|
#20326=*
|
|
typeexprs(#20326,13,#20322,2,"StringL ... ember.a")
|
|
#20327=@"loc,{#10000},18,9,18,33"
|
|
locations_default(#20327,#10000,18,9,18,33)
|
|
hasLocation(#20326,#20327)
|
|
enclosing_stmt(#20326,#20321)
|
|
expr_containers(#20326,#20001)
|
|
#20328=*
|
|
typeexprs(#20328,25,#20326,0,"StringL ... mMember")
|
|
hasLocation(#20328,#20189)
|
|
enclosing_stmt(#20328,#20321)
|
|
expr_containers(#20328,#20001)
|
|
literals("StringLiteralEnumMember","StringLiteralEnumMember",#20328)
|
|
namespacebind(#20328,#20220)
|
|
#20329=*
|
|
typeexprs(#20329,15,#20326,1,"a")
|
|
hasLocation(#20329,#20193)
|
|
enclosing_stmt(#20329,#20321)
|
|
expr_containers(#20329,#20001)
|
|
literals("a","a",#20329)
|
|
#20330=*
|
|
entry_cfg_node(#20330,#20001)
|
|
#20331=@"loc,{#10000},1,1,1,0"
|
|
locations_default(#20331,#10000,1,1,1,0)
|
|
hasLocation(#20330,#20331)
|
|
#20332=*
|
|
exit_cfg_node(#20332,#20001)
|
|
hasLocation(#20332,#20199)
|
|
successor(#20321,#20324)
|
|
successor(#20325,#20322)
|
|
successor(#20324,#20325)
|
|
successor(#20322,#20332)
|
|
successor(#20320,#20317)
|
|
successor(#20319,#20320)
|
|
successor(#20317,#20305)
|
|
successor(#20316,#20313)
|
|
successor(#20315,#20316)
|
|
successor(#20313,#20319)
|
|
successor(#20307,#20315)
|
|
successor(#20305,#20321)
|
|
successor(#20304,#20301)
|
|
successor(#20303,#20304)
|
|
successor(#20301,#20298)
|
|
successor(#20300,#20303)
|
|
successor(#20298,#20295)
|
|
successor(#20297,#20300)
|
|
successor(#20295,#20289)
|
|
successor(#20291,#20297)
|
|
successor(#20289,#20307)
|
|
successor(#20277,#20291)
|
|
#20333=*
|
|
entry_cfg_node(#20333,#20277)
|
|
#20334=@"loc,{#10000},7,1,7,0"
|
|
locations_default(#20334,#10000,7,1,7,0)
|
|
hasLocation(#20333,#20334)
|
|
#20335=*
|
|
exit_cfg_node(#20335,#20277)
|
|
#20336=@"loc,{#10000},7,30,7,29"
|
|
locations_default(#20336,#10000,7,30,7,29)
|
|
hasLocation(#20335,#20336)
|
|
successor(#20288,#20286)
|
|
successor(#20286,#20335)
|
|
successor(#20284,#20288)
|
|
successor(#20282,#20284)
|
|
successor(#20333,#20282)
|
|
successor(#20276,#20275)
|
|
successor(#20275,#20266)
|
|
successor(#20274,#20273)
|
|
successor(#20273,#20276)
|
|
successor(#20267,#20274)
|
|
successor(#20266,#20277)
|
|
successor(#20265,#20264)
|
|
successor(#20264,#20250)
|
|
successor(#20263,#20260)
|
|
successor(#20262,#20263)
|
|
successor(#20260,#20257)
|
|
successor(#20259,#20262)
|
|
successor(#20257,#20265)
|
|
successor(#20251,#20259)
|
|
successor(#20250,#20267)
|
|
successor(#20249,#20248)
|
|
successor(#20248,#20239)
|
|
successor(#20247,#20246)
|
|
successor(#20246,#20249)
|
|
successor(#20240,#20247)
|
|
successor(#20239,#20251)
|
|
successor(#20238,#20237)
|
|
successor(#20237,#20222)
|
|
successor(#20236,#20235)
|
|
successor(#20235,#20238)
|
|
successor(#20234,#20231)
|
|
successor(#20233,#20234)
|
|
successor(#20231,#20236)
|
|
successor(#20223,#20233)
|
|
successor(#20222,#20240)
|
|
successor(#20278,#20223)
|
|
successor(#20330,#20278)
|
|
numlines(#10000,18,13,0)
|
|
filetype(#10000,"typescript")
|