SyntaxDefinition<BuilderT extends RegExpBuilder<CollectionT>, CollectionT> class
abstract
base
Methods
-
createUnit(String identifier, {StyleName? styleName, RegExpRecipe? match, RegExpPair? matchPair, Map<GroupRef, StyleName>? captures, Map<GroupRef, StyleName>? beginCaptures, Map<GroupRef, StyleName>? endCaptures, List<ScopeUnit>? innerUnits()?})
→ ScopeUnit
-
-
createUnitInline({StyleName? styleName, RegExpRecipe? match, RegExpPair? matchPair, Map<GroupRef, StyleName>? captures, Map<GroupRef, StyleName>? beginCaptures, Map<GroupRef, StyleName>? endCaptures, List<ScopeUnit>? innerUnits()?})
→ ScopeUnit
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited