ParserErrorCode class

Annotations
  • @sealed

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

CANNOT_FIND_MATCHING_CLOSE → const ParserErrorCode
DANGLING_CLOSE_ELEMENT → const ParserErrorCode
DUPLICATE_PROJECT_AS_DECORATOR → const ParserErrorCode
DUPLICATE_REFERENCE_DECORATOR → const ParserErrorCode
DUPLICATE_SELECT_DECORATOR → const ParserErrorCode
DUPLICATE_STAR_DIRECTIVE → const ParserErrorCode
ELEMENT_DECORATOR → const ParserErrorCode
ELEMENT_DECORATOR_AFTER_PREFIX → const ParserErrorCode
ELEMENT_DECORATOR_SUFFIX_BEFORE_PREFIX → const ParserErrorCode
ELEMENT_DECORATOR_VALUE → const ParserErrorCode
ELEMENT_DECORATOR_VALUE_MISSING_QUOTES → const ParserErrorCode
ELEMENT_IDENTIFIER → const ParserErrorCode
EMPTY_INTERPOLATION → const ParserErrorCode
EXPECTED_AFTER_ELEMENT_IDENTIFIER → const ParserErrorCode
EXPECTED_EQUAL_SIGN → const ParserErrorCode
EXPECTED_STANDALONE → const ParserErrorCode
EXPECTED_TAG_CLOSE → const ParserErrorCode
EXPECTED_WHITESPACE_BEFORE_NEW_DECORATOR → const ParserErrorCode
INVALID_DECORATOR_IN_NGCONTAINER → const ParserErrorCode
INVALID_DECORATOR_IN_NGCONTENT → const ParserErrorCode
INVALID_DECORATOR_IN_TEMPLATE → const ParserErrorCode
INVALID_LET_BINDING_IN_NONTEMPLATE → const ParserErrorCode
INVALID_MICRO_EXPRESSION → const ParserErrorCode
NGCONTENT_MUST_CLOSE_IMMEDIATELY → const ParserErrorCode
NONVOID_ELEMENT_USING_VOID_END → const ParserErrorCode
PROPERTY_NAME_TOO_MANY_FIXES → const ParserErrorCode
REFERENCE_IDENTIFIER_FOUND → const ParserErrorCode
SUFFIX_BANANA → const ParserErrorCode
SUFFIX_EVENT → const ParserErrorCode
SUFFIX_PROPERTY → const ParserErrorCode
UNCLOSED_QUOTE → const ParserErrorCode
UNEXPECTED_TOKEN → const ParserErrorCode
UNOPENED_MUSTACHE → const ParserErrorCode
UNTERMINATED_COMMENT → const ParserErrorCode
UNTERMINATED_MUSTACHE → const ParserErrorCode
VOID_CLOSE_IN_CLOSE_TAG → const ParserErrorCode
VOID_ELEMENT_IN_CLOSE_TAG → const ParserErrorCode