com.gomjabbar.meta.patterns.bnd
Class MethodPatternVirtualChild

java.lang.Object
  |
  +--com.gomjabbar.meta.patterns.bnd.MethodPatternVirtualChild
All Implemented Interfaces:
IMethodPatternChild

public class MethodPatternVirtualChild
extends java.lang.Object
implements IMethodPatternChild


Constructor Summary
MethodPatternVirtualChild(java.lang.String p_text)
           
 
Method Summary
 MethodPattern getParentMethodPattern()
           
 java.lang.String getText()
           
 void setParent(MethodPattern p_parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodPatternVirtualChild

public MethodPatternVirtualChild(java.lang.String p_text)
Method Detail

getText

public java.lang.String getText()

setParent

public void setParent(MethodPattern p_parent)
Specified by:
setParent in interface IMethodPatternChild

getParentMethodPattern

public MethodPattern getParentMethodPattern()
Specified by:
getParentMethodPattern in interface IMethodPatternChild