[This is preliminary documentation and is subject to change.]
The Parser type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| Parser | Initializes a new instance of the Parser class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| Format(ErlList) |
Substitute variables in a string contained in args[0]. The
substitution values begin with args[1]
| |
| Format(String, ErlList) |
Substitute variables in a fmt string
| |
| Format(String, Object ) |
Substitute variables in a fmt string. The following variables are supported:
| |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Parse |
Compile a string fmt into an Erlang term
| |
| ParseMFA |
Parses a string representation of an Erlang function call in the form
Module:Function(Arg1, ..., Arg) Module:Function(Arg1, ..., Arg). | |
Returns a string that represents the current object. (Inherited from |
Extension Methods
See Also