com.gomjabbar.meta.patterns.bnd
Class TypePatternVirtualChild

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

public class TypePatternVirtualChild
extends java.lang.Object
implements ITypePatternChild


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

Constructor Detail

TypePatternVirtualChild

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

getText

public java.lang.String getText()

setParent

public void setParent(TypePattern p_parent)
Specified by:
setParent in interface ITypePatternChild

getParentTypePattern

public TypePattern getParentTypePattern()
Specified by:
getParentTypePattern in interface ITypePatternChild