org.rythmengine.toString
Class TSNode

java.lang.Object
  extended by org.rythmengine.toString.TSNode

public class TSNode
extends Object

A TSNode (ToString Node) represents an object to be put into the toString stream


Field Summary
 Map<String,String> expressions
           
 Class<?> type
           
 
Constructor Summary
TSNode()
           
 
Method Summary
 boolean equals(Object obj)
           
static TSNode parseClass(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Class<?> type

expressions

public Map<String,String> expressions
Constructor Detail

TSNode

public TSNode()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

parseClass

public static TSNode parseClass(Class<?> clazz)


Copyright © 2013. All Rights Reserved.