CharClass class

Inheritance
Implementers

Constructors

CharClass(String chars)
const

Properties

chars String
final
hashCode int
The hash code for this object.
no setterinherited
isUnicode bool
no setterinherited
negate bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLocalDeclaration(Context context, String name, String declaration) → void
inherited
build(Context context, String name, List<String> arguments) String
inherited
checkArguments(List<String> parameters, List<String> arguments, String information) String
inherited
getCharList() List<int>
inherited
getChars() 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
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromList(List<int> chars) CharClass