HetuConfig class

Implemented types

Constructors

HetuConfig({bool debugPerformance = true, bool explicitEndOfStatement = false, bool doStaticAnalysis = false, bool computeConstantExpression = false, bool compileWithoutLineInfo = false, bool ignoreAssertionStatement = false, bool showDartStackTrace = false, bool showHetuStackTrace = false, int stackTraceDisplayCountLimit = kStackTraceDisplayCountLimit, bool processError = true, bool allowVariableShadowing = true, bool allowImplicitVariableDeclaration = false, bool allowImplicitNullToZeroConversion = false, bool allowImplicitEmptyValueToFalseConversion = false, bool normalizeImportPath = true})

Properties

allowImplicitEmptyValueToFalseConversion bool
getter/setter pairoverride
allowImplicitNullToZeroConversion bool
getter/setter pairoverride
allowImplicitVariableDeclaration bool
getter/setter pairoverride
allowVariableShadowing bool
getter/setter pairoverride
compileWithoutLineInfo bool
getter/setter pairoverride
computeConstantExpression bool
getter/setter pairoverride
debugPerformance bool
getter/setter pair
doStaticAnalysis bool
getter/setter pairoverride
explicitEndOfStatement bool
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
ignoreAssertionStatement bool
getter/setter pairoverride
normalizeImportPath bool
getter/setter pair
processError bool
Wether fill in errors with detailed information, e.g. line & column info.
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDartStackTrace bool
getter/setter pairoverride
showHetuStackTrace bool
getter/setter pairoverride
stackTraceDisplayCountLimit int
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited