Package org.eclipse.xtext.xbase.lib.util

Examples of org.eclipse.xtext.xbase.lib.util.ToStringBuilder


  }
 
  @Override
  @Pure
  public String toString() {
    ToStringBuilder b = new ToStringBuilder(this);
    b.add("timestamp", this.timestamp);
    return b.toString();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.xbase.lib.util.ToStringBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.