Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
findMatch (Document doc , int pos )
→ int ?
Returns the position of the bracket that matches the bracket at pos,
or null if pos is not a bracket or no match is found.
matchForState (EditorState state )
→ BracketPair ?
Checks for a bracket at the cursor position and the position immediately
before the cursor. Returns a BracketPair with the open/close positions,
or null if neither position is a bracket.