Method Summary |
|
public void | flip() Blows up. |
public int | getSize() Gets the size of this gap. |
public String | getType() Gets the token type. |
public void | grow(int delta) Increases the size of the gap. |
public boolean | isBlockCommentEnd() Determines that this is not the end of a block comment. |
public boolean | isBlockCommentStart() Determines that this is not the start of a block comment. |
public boolean | isClosed() Determines that this is not closed. |
public boolean | isClosedBrace() Determines that this is not a closed brace. |
public boolean | isDoubleEscape() Determines that this is not a double escape. |
public boolean | isDoubleEscapeSequence() Determines that this is not a double escape sequence. |
public boolean | isDoubleQuote() Determines that this is not a ". |
public boolean | isEscapedDoubleQuote() Determines that this is not a \". |
public boolean | isEscapedSingleQuote() Determines that this is not a \'. |
public boolean | isGap() Determines that this is a gap. |
public boolean | isLineComment() Determines that this is not a line comment. |
public boolean | isMatch(Brace other) Determines that this is not a match. |
public boolean | isMatchable() |
public boolean | isMultipleCharBrace() Determines that this is not a multi-char brace. |
public boolean | isNewline() Determines that this is not a newline. |
public boolean | isOpen() Determines that this is not open. |
public boolean | isOpenBrace() Determines that this is not an open brace. |
public boolean | isSingleQuote() Determines that this is not a '. |
public boolean | isSlash() Determines that this is not a /. |
public boolean | isStar() Determines that this is not a *. |
public void | setType(String type) Blows up. |
public void | shrink(int delta) Decreases the size of the gap. |
public String | toString() Converts a Brace to a String. |