CLIProfile class abstract
- Implementers
Constructors
Properties
- canQuote → bool
-
Can cli used quote in arguments, value of parameters, value of variable
if false,
List<Quote> quoteCharsmay be empty<Quote>[]final - canUseParameters → bool
-
final
- canUseShortAccumulated → bool
-
final
- canUseValuables → bool
-
final
-
entries
→ List<
CLIEntryFormat> -
final
- escapeChar → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
quoteChars
→ List<
Quote> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceChar → String
-
such as "\" on "\n" or "\"" or "\t"; also can "$" instead of "\"
final
Methods
-
isEscapedLoc(
int escLoc, int targetLoc) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- defaults → CLIProfile
-
no setter