Class BracketMatcher
java.lang.Object
org.eclipse.ease.ui.completion.tokenizer.BracketMatcher
public class BracketMatcher extends Object
-
Constructor Summary
Constructors Constructor Description BracketMatcher(String input)
-
Method Summary
Modifier and Type Method Description List<Bracket>
getBrackets()
List<Bracket>
getOpenBrackets()
boolean
hasOpenBrackets()
-
Constructor Details
-
BracketMatcher
-
-
Method Details
-
getBrackets
-
hasOpenBrackets
public boolean hasOpenBrackets() -
getOpenBrackets
-