NotCharClass class
- Inheritance
-
- Object
- SemanticAction<
bool> - NotCharClass
Constructors
- NotCharClass(String chars)
-
const
Properties
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) → NotCharClass