Compiler representation of System.Console.writeLine()
Posted: Sat Mar 05, 2011 2:05 am
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
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