SemanticAction<T> class abstract

Implementers

Constructors

SemanticAction()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isUnicode bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLocalDeclaration(Context context, String name, String declaration) → void
build(Context context, String name, List<String> arguments) String
checkArguments(List<String> parameters, List<String> arguments, String information) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceParameters(String template, List<String> parameters, List<String> arguments) String
toString() String
A string representation of this object.
inherited

Operators

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