Charles,
System.Console.writeLine( "Hello Again") ;
if i write System alone it becomes identifierExpr
and Console is always a type Expression
but what is it combined what class do i need to get hold of in visitation
to get this.
ThankingYou
RIGHT_THEN
Forums
Compiler representation of System.Console.writeLine()
3 posts
• Page 1 of 1
Re: Compiler representation of System.Console.writeLine()
DotExpr
de.left ('System') starts as an IdentifierExpr and gets recognised and typed to a Namespace
de.right ('Console') starts as MemberExpr ( in System) and typed to a Class/Type (Console)
de.left ('System') starts as an IdentifierExpr and gets recognised and typed to a Namespace
de.right ('Console') starts as MemberExpr ( in System) and typed to a Class/Type (Console)
- hopscc
- Posts: 632
- Location: New Plymouth, Taranaki, New Zealand
Re: Compiler representation of System.Console.writeLine()
Thanks Mr. hopscc
when i posted this your posts were 360
and mine were 36.
0 taking the credit i would say.
Thanking_You
RIGHT_THEN
when i posted this your posts were 360
and mine were 36.
0 taking the credit i would say.
Thanking_You
RIGHT_THEN
- RIGHT_THEN
- Posts: 99
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 61 guests