PosixStyle class

Inheritance

Constructors

PosixStyle()

Properties

canQuote bool
Can cli used quote in arguments, value of parameters, value of variable if false, List<Quote> quoteChars may be empty <Quote>[]
final
canUseParameters bool
final
canUseShortAccumulated bool
final
canUseValuables bool
final
entries List<CLIEntryFormat>
finalinherited
escapeChar String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
quoteChars List<Quote>
finalinherited
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 "\"
finalinherited

Methods

isEscapedLoc(int escLoc, int targetLoc) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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