dk.brics.servletvalidator.balancing.pimages
Class MatchingParenthesisRemover

java.lang.Object
  extended by dk.brics.servletvalidator.balancing.pimages.MatchingParenthesisRemover

public class MatchingParenthesisRemover
extends Object

Removes matching parenthesis in a list of classes that declare their parenthesis type


Constructor Summary
MatchingParenthesisRemover()
           
 
Method Summary
 void removeMatching(ArrayList<? extends ParenthesisTypeInfo> parenthesis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingParenthesisRemover

public MatchingParenthesisRemover()
Method Detail

removeMatching

public void removeMatching(ArrayList<? extends ParenthesisTypeInfo> parenthesis)


Copyright © 2008 Mathias Schwarz.