com.gomjabbar.meta.patterns.bnd
Interface IConstructorPatternChild

All Known Implementing Classes:
ConstructorPatternVirtualChild, ParametersTypesPatterns, ExceptionTypePatterns, ModifierPatterns

public interface IConstructorPatternChild


Method Summary
 ConstructorPattern getParentConstructorPattern()
           
 void setParent(ConstructorPattern p_parent)
           
 

Method Detail

setParent

public void setParent(ConstructorPattern p_parent)

getParentConstructorPattern

public ConstructorPattern getParentConstructorPattern()