net.sourceforge.cilib.type.parser
Class DomainParser.DomainNode

java.lang.Object
  extended by net.sourceforge.cilib.type.parser.SimpleNode
      extended by net.sourceforge.cilib.type.parser.DomainParser.DomainNode
All Implemented Interfaces:
Node
Enclosing class:
DomainParser

public static class DomainParser.DomainNode
extends SimpleNode


Field Summary
 
Fields inherited from class net.sourceforge.cilib.type.parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
DomainParser.DomainNode()
           
DomainParser.DomainNode(String value)
           
 
Method Summary
 String getValue()
           
 String toString()
           
 
Methods inherited from class net.sourceforge.cilib.type.parser.SimpleNode
childrenAccept, dump, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainParser.DomainNode

public DomainParser.DomainNode()

DomainParser.DomainNode

public DomainParser.DomainNode(String value)
Method Detail

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class SimpleNode


Copyright © 2009 CIRG. All Rights Reserved.