IRVisitor<R, C> class abstract

Mixed in types

Constructors

IRVisitor()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
visitAttributeBinding(AttributeBinding attributeBinding, [C? context]) → R
inherited
visitBinding(Binding binding, [C? context]) → R
visitBoundExpression(BoundExpression boundExpression, [C? context]) → R
inherited
visitBoundI18nMessage(BoundI18nMessage boundI18nMessage, [C? context]) → R
inherited
visitClassBinding(ClassBinding classBinding, [C? context]) → R
inherited
visitComplexEventHandler(ComplexEventHandler complexEventHandler, [C? context]) → R
inherited
visitComponent(Component component, [C? context]) → R
visitComponentView(ComponentView componentView, [C? context]) → R
visitCustomEvent(CustomEvent customEvent, [C? context]) → R
inherited
visitDirective(Directive directive, C context) → R
visitDirectiveOutput(DirectiveOutput directiveOutput, [C? context]) → R
inherited
visitElement(Element element, [C? context]) → R
visitEmbeddedView(EmbeddedView embeddedView, [C? context]) → R
visitHostView(HostView hostView, [C? context]) → R
visitHtmlBinding(HtmlBinding htmlBinding, [C? context]) → R
inherited
visitInputBinding(InputBinding inputBinding, [C? context]) → R
inherited
visitLibrary(Library library, [C? context]) → R
visitMatchedDirective(MatchedDirective matchedDirective, [C? context]) → R
visitNativeEvent(NativeEvent nativeEvent, [C? context]) → R
inherited
visitPropertyBinding(PropertyBinding propertyBinding, [C? context]) → R
inherited
visitSimpleEventHandler(SimpleEventHandler simpleEventHandler, [C? context]) → R
inherited
visitStringLiteral(StringLiteral stringLiteral, [C? context]) → R
inherited
visitStyleBinding(StyleBinding styleBinding, [C? context]) → R
inherited
visitTabIndexBinding(TabIndexBinding tabIndexBinding, [C? context]) → R
inherited
visitTextBinding(TextBinding textBinding, [C? context]) → R
inherited

Operators

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