PostfixCharacterClassGenerator class

Inheritance

Properties

allocator ↔ VariableAllocator?
getter/setter pairinherited
fail ↔ CodeBlock?
getter/setter pairinherited
generate ↔ void Function(CodeBlock block, MatcherGeneratorAccept accept)
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isVariableDeclared bool
getter/setter pairinherited
matcher PostfixCharacterClassMatcher
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stored Map<String, String>
getter/setter pairinherited
success ↔ CodeBlock?
getter/setter pairinherited
variable String?
getter/setter pairinherited
variables Map<String, String>
getter/setter pairinherited

Methods

acceptChild(MatcherVisitor<MatcherGenerator<Matcher<Expression>>> visitor, Matcher<Expression> matcher, MatcherGenerator<Matcher<Expression>> parent) MatcherGenerator<Matcher<Expression>>
inherited
addVariables(MatcherGenerator<Matcher<Expression>> other) → void
inherited
allocate() String
inherited
allocateVariable() String?
inherited
declareVariable(CodeBlock block, [String? type]) String?
inherited
generatePostCode(MatcherGenerator<Matcher<Expression>> generator, CodeBlock block, void success(CodeBlock block)?, void fail(CodeBlock block)?) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore(CodeBlock block, String name) → void
inherited
restoreAll(CodeBlock block) → void
inherited
store(CodeBlock block, String name) String
inherited
toString() String
A string representation of this object.
inherited

Operators

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