'宣言
Public Overloads Function ParseStatement( _
ByVal statement As System.String, _
ByVal name As System.String, _
ByVal isGlobal As System.Boolean _
) As System.Exception
public System.Exception ParseStatement(
System.string statement,
System.string name,
System.bool isGlobal
)