com.gomjabbar.meta.patterns
Class ConstructorMatch

java.lang.Object
  |
  +--com.gomjabbar.meta.patterns.AbstractMatch
        |
        +--com.gomjabbar.meta.patterns.ConstructorMatch

public class ConstructorMatch
extends AbstractMatch


Constructor Summary
ConstructorMatch(java.lang.String methodid, MethodInfo methoddef, java.util.Properties namevars)
           
 
Method Summary
 MethodInfo getMethodDef()
           
 java.lang.String toConcreteXml(java.lang.String indent)
           
 
Methods inherited from class com.gomjabbar.meta.patterns.AbstractMatch
addChild, addDependentMatch, contains, equals, getFullName, getNameVars, getPatternId, hasChild, hashCode, toString, toXml
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorMatch

public ConstructorMatch(java.lang.String methodid,
                        MethodInfo methoddef,
                        java.util.Properties namevars)
Method Detail

getMethodDef

public MethodInfo getMethodDef()

toConcreteXml

public java.lang.String toConcreteXml(java.lang.String indent)
Overrides:
toConcreteXml in class AbstractMatch