public interface IASBalancingScanner
Modifier and Type | Method and Description |
---|---|
boolean |
areBracesBalanced(Reader input)
Are the braces balanced in the ActionScript code contained in the reader?
|
boolean |
areBracesBalanced(String range)
Are the braces balanced in the ActionScript code contained in the range?
|
boolean |
areBracesBalancedOrOverbalanced(Reader input)
Return true if there are the same number of open/close braces, or if
there are more close braces than open.
|
boolean |
areBracesBalancedOrOverbalanced(String range)
Return true if there are the same number of open/close braces, or if
there are more close braces than open.
|
boolean areBracesBalanced(Reader input)
input
- reader to access a segment of ActionScript codeboolean areBracesBalanced(String range)
boolean areBracesBalancedOrOverbalanced(Reader input)
boolean areBracesBalancedOrOverbalanced(String range)
Copyright © 2016 The Apache Software Foundation. All rights reserved.