GetFullyScopedName() Reads a fully qualified name (since it is used during lookahead, we
cannot use token.
static boolean
IsCtor() This method first tries to read a sequence of tokens of the form
("::")? ("::" )*
and if it succeeds then asks the symbol table manager if this is
the name of a constructor.
This method first tries to read a sequence of tokens of the form
("::")? ("::" )*
and if it succeeds then asks the symbol table manager if this is
the name of a constructor.