Preparing search index...
The search index is not available
openscad-parser
openscad-parser
ErrorCollector
Class ErrorCollector
Index
Constructors
constructor
Properties
errors
Methods
has
Errors
print
Errors
report
Error
throw
If
Any
Constructors
constructor
new
Error
Collector
(
)
:
ErrorCollector
Returns
ErrorCollector
Properties
errors
errors
:
CodeError
[]
= []
Methods
has
Errors
has
Errors
(
)
:
boolean
Returns
boolean
print
Errors
print
Errors
(
)
:
void
Returns
void
report
Error
report
Error
<
ET
>
(
err
)
:
ET
Type Parameters
ET
extends
CodeError
Parameters
err
:
ET
Returns
ET
throw
If
Any
throw
If
Any
(
)
:
void
Throws the first error on the list. Used to simplify testing.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
errors
Methods
has
Errors
print
Errors
report
Error
throw
If
Any
openscad-parser
Loading...
Throws the first error on the list. Used to simplify testing.