Package eu.admire.dispel.literals

Examples of eu.admire.dispel.literals.DecimalFloatLiteral


   * <!-- end-user-doc -->
   * @generated
   */
  @Override
  public String getText(Object object) {
    DecimalFloatLiteral decimalFloatLiteral = (DecimalFloatLiteral)object;
    return getString("_UI_DecimalFloatLiteral_type") + " " + decimalFloatLiteral.getDecimalValue();
  }
View Full Code Here

TOP

Related Classes of eu.admire.dispel.literals.DecimalFloatLiteral

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.