Package org.eclipse.xtext.common.types

Examples of org.eclipse.xtext.common.types.JvmTypeReference


    StringConcatenation _builder = new StringConcatenation();
    {
      String _factory = element.getFactory();
      boolean _notEquals = (!Objects.equal(_factory, null));
      if (_notEquals) {
        JvmTypeReference _type = element.getType();
        String _simpleName = _type.getSimpleName();
        _builder.append(_simpleName, "");
        _builder.append(" createdby ");
        String _factory_1 = element.getFactory();
        _builder.append(_factory_1, "");
        _builder.append(" {");
        _builder.newLineIfNotEmpty();
        Boolean comma = Boolean.valueOf(false);
        _builder.newLineIfNotEmpty();
        {
          EList<FactoryValueElement> _values = element.getValues();
          for(final FactoryValueElement e : _values) {
            {
              if ((comma).booleanValue()) {
                _builder.append(",");
              }
            }
            {
              if ((e instanceof Element)) {
                CastHelper _castHelper = new CastHelper();
                Element _castToElement = _castHelper.castToElement(e);
                CharSequence _generateElement = this.generateElement(_castToElement);
                _builder.append(_generateElement, "");
              } else {
                {
                  if ((e instanceof SimpleValueProperty)) {
                  }
                }
                ValuePropertyFormatter _valuePropertyFormatter = new ValuePropertyFormatter(e);
                String _formattedValue = _valuePropertyFormatter.getFormattedValue();
                _builder.append(_formattedValue, "");
              }
            }
            _builder.newLineIfNotEmpty();
            final Boolean nix = comma = Boolean.valueOf(true);
            _builder.newLineIfNotEmpty();
          }
        }
        _builder.append("}");
      } else {
        _builder.newLineIfNotEmpty();
        JvmTypeReference _type_1 = element.getType();
        String _simpleName_1 = _type_1.getSimpleName();
        _builder.append(_simpleName_1, "");
        {
          SimpleValueProperty _value = element.getValue();
          boolean _notEquals_1 = (!Objects.equal(_value, null));
          if (_notEquals_1) {
View Full Code Here


    _builder.newLineIfNotEmpty();
    {
      boolean _isDynamicRoot = definition.isDynamicRoot();
      if (_isDynamicRoot) {
        _builder.append("<fx:root xmlns:fx=\"http://javafx.com/fxml\" type=\"");
        JvmTypeReference _type = element.getType();
        String _shortName = this.shortName(_type, importManager);
        _builder.append(_shortName, "");
        _builder.append("\"");
        String _fxElementAttributes = this.fxElementAttributes(element, importManager, skipController);
        _builder.append(_fxElementAttributes, "");
        {
          boolean _and = false;
          JvmTypeReference _controller = definition.getController();
          boolean _notEquals = (!Objects.equal(_controller, null));
          if (!_notEquals) {
            _and = false;
          } else {
            boolean _not = (!skipController);
            _and = (_notEquals && _not);
          }
          if (_and) {
            _builder.append(" fx:controller=\"");
            JvmTypeReference _controller_1 = definition.getController();
            String _qualifiedName = _controller_1.getQualifiedName();
            _builder.append(_qualifiedName, "");
            _builder.append("\"");
          }
        }
        {
          boolean _hasAttributeProperties = this.hasAttributeProperties(element, preview);
          if (_hasAttributeProperties) {
            EList<Property> _properties = element.getProperties();
            StringBuilder _elementAttributes = this.elementAttributes(_properties, preview, skipController);
            _builder.append(_elementAttributes, "");
            EList<StaticValueProperty> _staticProperties = element.getStaticProperties();
            StringBuilder _elementStaticAttributes = this.elementStaticAttributes(_staticProperties, importManager, preview, skipController);
            _builder.append(_elementStaticAttributes, "");
            EList<StaticCallValueProperty> _staticCallProperties = element.getStaticCallProperties();
            StringBuilder _elementStaticCallAttributes = this.elementStaticCallAttributes(_staticCallProperties, importManager, preview, skipController);
            _builder.append(_elementStaticCallAttributes, "");
          }
        }
        _builder.append(">");
        _builder.newLineIfNotEmpty();
      } else {
        _builder.append("<");
        JvmTypeReference _type_1 = element.getType();
        String _shortName_1 = this.shortName(_type_1, importManager);
        _builder.append(_shortName_1, "");
        _builder.append(" xmlns:fx=\"http://javafx.com/fxml\"");
        String _fxElementAttributes_1 = this.fxElementAttributes(element, importManager, skipController);
        _builder.append(_fxElementAttributes_1, "");
        {
          boolean _and_1 = false;
          JvmTypeReference _controller_2 = definition.getController();
          boolean _notEquals_1 = (!Objects.equal(_controller_2, null));
          if (!_notEquals_1) {
            _and_1 = false;
          } else {
            boolean _not_1 = (!skipController);
            _and_1 = (_notEquals_1 && _not_1);
          }
          if (_and_1) {
            _builder.append(" fx:controller=\"");
            JvmTypeReference _controller_3 = definition.getController();
            String _qualifiedName_1 = _controller_3.getQualifiedName();
            _builder.append(_qualifiedName_1, "");
            _builder.append("\"");
          }
        }
        {
          boolean _hasAttributeProperties_1 = this.hasAttributeProperties(element, preview);
          if (_hasAttributeProperties_1) {
            EList<Property> _properties_1 = element.getProperties();
            StringBuilder _elementAttributes_1 = this.elementAttributes(_properties_1, preview, skipController);
            _builder.append(_elementAttributes_1, "");
            EList<StaticValueProperty> _staticProperties_1 = element.getStaticProperties();
            StringBuilder _elementStaticAttributes_1 = this.elementStaticAttributes(_staticProperties_1, importManager, preview, skipController);
            _builder.append(_elementStaticAttributes_1, "");
            EList<StaticCallValueProperty> _staticCallProperties_1 = element.getStaticCallProperties();
            StringBuilder _elementStaticCallAttributes_1 = this.elementStaticCallAttributes(_staticCallProperties_1, importManager, preview, skipController);
            _builder.append(_elementStaticCallAttributes_1, "");
          }
        }
        _builder.append(">");
        _builder.newLineIfNotEmpty();
      }
    }
    {
      EList<Define> _defines = definition.getDefines();
      int _size = _defines.size();
      boolean _greaterThan = (_size > 0);
      if (_greaterThan) {
        _builder.append("\t");
        _builder.append("<fx:define>");
        _builder.newLine();
        {
          EList<Define> _defines_1 = definition.getDefines();
          for(final Define define : _defines_1) {
            {
              Element _element = define.getElement();
              boolean _notEquals_2 = (!Objects.equal(_element, null));
              if (_notEquals_2) {
                _builder.append("\t");
                _builder.append("\t");
                Element _element_1 = define.getElement();
                CharSequence _elementContent = this.elementContent(_element_1, importManager, preview, skipController, skipIncludes);
                _builder.append(_elementContent, "    ");
                _builder.newLineIfNotEmpty();
              } else {
                IncludeValueProperty _includeElement = define.getIncludeElement();
                boolean _notEquals_3 = (!Objects.equal(_includeElement, null));
                if (_notEquals_3) {
                  {
                    boolean _not_2 = (!skipIncludes);
                    if (_not_2) {
                      _builder.append("\t");
                      _builder.append("\t");
                      IncludeValueProperty _includeElement_1 = define.getIncludeElement();
                      CharSequence _includeContent = this.includeContent(_includeElement_1, importManager, preview, skipController, skipIncludes);
                      _builder.append(_includeContent, "    ");
                      _builder.newLineIfNotEmpty();
                    }
                  }
                }
              }
            }
          }
        }
        _builder.append("\t");
        _builder.append("</fx:define>");
        _builder.newLine();
      }
    }
    {
      boolean _not_3 = (!skipController);
      if (_not_3) {
        {
          EList<Script> _scripts = definition.getScripts();
          for(final Script script : _scripts) {
            _builder.append("\t");
            String _language = script.getLanguage();
            String _addLanguage = languageManager.addLanguage(_language);
            _builder.append(_addLanguage, "  ");
            _builder.newLineIfNotEmpty();
            {
              String _sourcecode = script.getSourcecode();
              boolean _notEquals_4 = (!Objects.equal(_sourcecode, null));
              if (_notEquals_4) {
                _builder.append("\t");
                _builder.append("<fx:script>");
                String _sourcecode_1 = script.getSourcecode();
                String _sourcecode_2 = script.getSourcecode();
                int _length = _sourcecode_2.length();
                int _minus = (_length - 2);
                String _substring = _sourcecode_1.substring(2, _minus);
                _builder.append(_substring, "  ");
                _builder.newLineIfNotEmpty();
                _builder.append("\t");
                _builder.append("</fx:script>");
                _builder.newLine();
              } else {
                _builder.append("\t");
                _builder.append("<fx:script source=\"");
                String _source = script.getSource();
                _builder.append(_source, "  ");
                _builder.append("\"/>");
                _builder.newLineIfNotEmpty();
              }
            }
          }
        }
      }
    }
    _builder.newLine();
    {
      boolean _hasNestedProperties = this.hasNestedProperties(element, preview);
      if (_hasNestedProperties) {
        {
          EList<Element> _defaultChildren = element.getDefaultChildren();
          for(final Element e : _defaultChildren) {
            _builder.append("\t");
            CharSequence _elementContent_1 = this.elementContent(e, importManager, preview, skipController, skipIncludes);
            _builder.append(_elementContent_1, "  ");
            _builder.newLineIfNotEmpty();
          }
        }
        _builder.append("\t");
        EList<Property> _properties_2 = element.getProperties();
        CharSequence _propContents = this.propContents(_properties_2, importManager, preview, false, skipController, skipIncludes);
        _builder.append(_propContents, "  ");
        _builder.newLineIfNotEmpty();
        _builder.append("\t");
        EList<StaticValueProperty> _staticProperties_2 = element.getStaticProperties();
        CharSequence _statPropContent = this.statPropContent(_staticProperties_2, importManager, preview, skipController, skipIncludes);
        _builder.append(_statPropContent, "  ");
        _builder.newLineIfNotEmpty();
        _builder.append("\t");
        EList<StaticCallValueProperty> _staticCallProperties_2 = element.getStaticCallProperties();
        CharSequence _statCallPropContent = this.statCallPropContent(_staticCallProperties_2, importManager, preview, skipController, skipIncludes);
        _builder.append(_statCallPropContent, "  ");
        _builder.newLineIfNotEmpty();
      }
    }
    {
      boolean _isDynamicRoot_1 = definition.isDynamicRoot();
      if (_isDynamicRoot_1) {
        _builder.append("</fx:root>");
        _builder.newLine();
      } else {
        _builder.append("</");
        JvmTypeReference _type_2 = element.getType();
        String _shortName_2 = this.shortName(_type_2, importManager);
        _builder.append(_shortName_2, "");
        _builder.append(">");
        _builder.newLineIfNotEmpty();
      }
View Full Code Here

  }
 
  public CharSequence elementContent(final Element element, final ImportManager importManager, final boolean preview, final boolean skipController, final boolean skipIncludes) {
    StringConcatenation _builder = new StringConcatenation();
    _builder.append("<");
    JvmTypeReference _type = element.getType();
    String _shortName = this.shortName(_type, importManager);
    _builder.append(_shortName, "");
    String _fxElementAttributes = this.fxElementAttributes(element, importManager, skipController);
    _builder.append(_fxElementAttributes, "");
    {
      boolean _hasAttributeProperties = this.hasAttributeProperties(element, preview);
      if (_hasAttributeProperties) {
        EList<Property> _properties = element.getProperties();
        StringBuilder _elementAttributes = this.elementAttributes(_properties, preview, skipController);
        _builder.append(_elementAttributes, "");
        EList<StaticValueProperty> _staticProperties = element.getStaticProperties();
        StringBuilder _elementStaticAttributes = this.elementStaticAttributes(_staticProperties, importManager, preview, skipController);
        _builder.append(_elementStaticAttributes, "");
        EList<StaticCallValueProperty> _staticCallProperties = element.getStaticCallProperties();
        StringBuilder _elementStaticCallAttributes = this.elementStaticCallAttributes(_staticCallProperties, importManager, preview, skipController);
        _builder.append(_elementStaticCallAttributes, "");
      }
    }
    {
      boolean _hasNestedProperties = this.hasNestedProperties(element, preview);
      boolean _not = (!_hasNestedProperties);
      if (_not) {
        _builder.append("/");
      }
    }
    _builder.append("> ");
    _builder.newLineIfNotEmpty();
    {
      boolean _hasNestedProperties_1 = this.hasNestedProperties(element, preview);
      if (_hasNestedProperties_1) {
        {
          EList<Element> _defaultChildren = element.getDefaultChildren();
          for(final Element e : _defaultChildren) {
            _builder.append("\t");
            CharSequence _elementContent = this.elementContent(e, importManager, preview, skipController, skipIncludes);
            _builder.append(_elementContent, "  ");
            _builder.newLineIfNotEmpty();
          }
        }
        _builder.append("\t");
        EList<Property> _properties_1 = element.getProperties();
        CharSequence _propContents = this.propContents(_properties_1, importManager, preview, false, skipController, skipIncludes);
        _builder.append(_propContents, "  ");
        _builder.newLineIfNotEmpty();
        _builder.append("\t");
        EList<StaticValueProperty> _staticProperties_1 = element.getStaticProperties();
        CharSequence _statPropContent = this.statPropContent(_staticProperties_1, importManager, preview, skipController, skipIncludes);
        _builder.append(_statPropContent, "  ");
        _builder.newLineIfNotEmpty();
        _builder.append("\t");
        EList<StaticCallValueProperty> _staticCallProperties_1 = element.getStaticCallProperties();
        CharSequence _statCallPropContent = this.statCallPropContent(_staticCallProperties_1, importManager, preview, skipController, skipIncludes);
        _builder.append(_statCallPropContent, "  ");
        _builder.newLineIfNotEmpty();
        {
          EList<FactoryValueElement> _values = element.getValues();
          for(final FactoryValueElement e_1 : _values) {
            {
              if ((e_1 instanceof Element)) {
                _builder.append("\t");
                CharSequence _elementContent_1 = this.elementContent(((Element) e_1), importManager, preview, skipController, skipIncludes);
                _builder.append(_elementContent_1, "  ");
                _builder.newLineIfNotEmpty();
              } else {
                if ((e_1 instanceof SimpleValueProperty)) {
                  _builder.append("\t");
                  String _objectLiteral = this.objectLiteral(((SimpleValueProperty) e_1));
                  _builder.append(_objectLiteral, "  ");
                  _builder.newLineIfNotEmpty();
                }
              }
            }
          }
        }
        _builder.append("</");
        JvmTypeReference _type_1 = element.getType();
        String _shortName_1 = this.shortName(_type_1, importManager);
        _builder.append(_shortName_1, "");
        _builder.append(">");
        _builder.newLineIfNotEmpty();
      }
View Full Code Here

          _builder.append("<");
          String _name_4 = prop.getName();
          _builder.append(_name_4, "");
          _builder.append("><");
          ValueProperty _value_5 = prop.getValue();
          JvmTypeReference _type = ((ConstValueProperty) _value_5).getType();
          String _shortName = this.shortName(_type, importManager);
          _builder.append(_shortName, "");
          _builder.append(" fx:constant=\"");
          ValueProperty _value_6 = prop.getValue();
          String _field = ((ConstValueProperty) _value_6).getField();
View Full Code Here

              ValueProperty _value_1 = prop.getValue();
              String _stringValue = ((SimpleValueProperty) _value_1).getStringValue();
              boolean _notEquals = (!Objects.equal(_stringValue, null));
              if (_notEquals) {
                _builder.append("<");
                JvmTypeReference _type = prop.getType();
                String _shortName = this.shortName(_type, importManager);
                _builder.append(_shortName, "");
                _builder.append(".");
                String _name = prop.getName();
                _builder.append(_name, "");
                _builder.append(">");
                ValueProperty _value_2 = prop.getValue();
                String _stringValue_1 = ((SimpleValueProperty) _value_2).getStringValue();
                _builder.append(_stringValue_1, "");
                _builder.append("</");
                JvmTypeReference _type_1 = prop.getType();
                String _shortName_1 = this.shortName(_type_1, importManager);
                _builder.append(_shortName_1, "");
                _builder.append(".");
                String _name_1 = prop.getName();
                _builder.append(_name_1, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
              } else {
                _builder.append("<");
                JvmTypeReference _type_2 = prop.getType();
                String _shortName_2 = this.shortName(_type_2, importManager);
                _builder.append(_shortName_2, "");
                _builder.append(".");
                String _name_2 = prop.getName();
                _builder.append(_name_2, "");
                _builder.append(">");
                ValueProperty _value_3 = prop.getValue();
                Object _simpleAttributeValue = this.simpleAttributeValue(((SimpleValueProperty) _value_3));
                _builder.append(_simpleAttributeValue, "");
                _builder.append("</");
                JvmTypeReference _type_3 = prop.getType();
                String _shortName_3 = this.shortName(_type_3, importManager);
                _builder.append(_shortName_3, "");
                _builder.append(".");
                String _name_3 = prop.getName();
                _builder.append(_name_3, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
              }
            }
          } else {
            ValueProperty _value_4 = prop.getValue();
            if ((_value_4 instanceof ConstValueProperty)) {
              _builder.append("<");
              JvmTypeReference _type_4 = prop.getType();
              String _shortName_4 = this.shortName(_type_4, importManager);
              _builder.append(_shortName_4, "");
              _builder.append(".");
              String _name_4 = prop.getName();
              _builder.append(_name_4, "");
              _builder.append("><");
              ValueProperty _value_5 = prop.getValue();
              JvmTypeReference _type_5 = ((ConstValueProperty) _value_5).getType();
              String _shortName_5 = this.shortName(_type_5, importManager);
              _builder.append(_shortName_5, "");
              _builder.append(" fx:constant=\"");
              ValueProperty _value_6 = prop.getValue();
              String _field = ((ConstValueProperty) _value_6).getField();
              _builder.append(_field, "");
              _builder.append("\" /></");
              JvmTypeReference _type_6 = prop.getType();
              String _shortName_6 = this.shortName(_type_6, importManager);
              _builder.append(_shortName_6, "");
              _builder.append(".");
              String _name_5 = prop.getName();
              _builder.append(_name_5, "");
              _builder.append(">");
              _builder.newLineIfNotEmpty();
            } else {
              ValueProperty _value_7 = prop.getValue();
              if ((_value_7 instanceof ListValueProperty)) {
                _builder.append("<");
                JvmTypeReference _type_7 = prop.getType();
                String _shortName_7 = this.shortName(_type_7, importManager);
                _builder.append(_shortName_7, "");
                _builder.append(".");
                String _name_6 = prop.getName();
                _builder.append(_name_6, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
                _builder.append("\t");
                ValueProperty _value_8 = prop.getValue();
                CharSequence _propListContent = this.propListContent(((ListValueProperty) _value_8), importManager, preview, skipController, skipIncludes);
                _builder.append(_propListContent, "  ");
                _builder.newLineIfNotEmpty();
                _builder.append("</");
                JvmTypeReference _type_8 = prop.getType();
                String _shortName_8 = this.shortName(_type_8, importManager);
                _builder.append(_shortName_8, "");
                _builder.append(".");
                String _name_7 = prop.getName();
                _builder.append(_name_7, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
              } else {
                ValueProperty _value_9 = prop.getValue();
                if ((_value_9 instanceof MapValueProperty)) {
                  _builder.append("<");
                  JvmTypeReference _type_9 = prop.getType();
                  String _shortName_9 = this.shortName(_type_9, importManager);
                  _builder.append(_shortName_9, "");
                  _builder.append(".");
                  String _name_8 = prop.getName();
                  _builder.append(_name_8, "");
                  _builder.append(">");
                  _builder.newLineIfNotEmpty();
                  _builder.append("\t");
                  ValueProperty _value_10 = prop.getValue();
                  EList<Property> _properties = ((MapValueProperty) _value_10).getProperties();
                  CharSequence _propContents = this.propContents(_properties, importManager, preview, true, skipController, skipIncludes);
                  _builder.append(_propContents, "  ");
                  _builder.newLineIfNotEmpty();
                  _builder.append("</");
                  JvmTypeReference _type_10 = prop.getType();
                  String _shortName_10 = this.shortName(_type_10, importManager);
                  _builder.append(_shortName_10, "");
                  _builder.append(".");
                  String _name_9 = prop.getName();
                  _builder.append(_name_9, "");
                  _builder.append(">");
                  _builder.newLineIfNotEmpty();
                } else {
                  ValueProperty _value_11 = prop.getValue();
                  if ((_value_11 instanceof Element)) {
                    _builder.append("<");
                    JvmTypeReference _type_11 = prop.getType();
                    String _shortName_11 = this.shortName(_type_11, importManager);
                    _builder.append(_shortName_11, "");
                    _builder.append(".");
                    String _name_10 = prop.getName();
                    _builder.append(_name_10, "");
                    _builder.append(">");
                    _builder.newLineIfNotEmpty();
                    _builder.append("\t");
                    ValueProperty _value_12 = prop.getValue();
                    CharSequence _elementContent = this.elementContent(((Element) _value_12), importManager, preview, skipController, skipIncludes);
                    _builder.append(_elementContent, "  ");
                    _builder.newLineIfNotEmpty();
                    _builder.append("</");
                    JvmTypeReference _type_12 = prop.getType();
                    String _shortName_12 = this.shortName(_type_12, importManager);
                    _builder.append(_shortName_12, "");
                    _builder.append(".");
                    String _name_11 = prop.getName();
                    _builder.append(_name_11, "");
                    _builder.append(">");
                    _builder.newLineIfNotEmpty();
                  } else {
                    ValueProperty _value_13 = prop.getValue();
                    if ((_value_13 instanceof ReferenceValueProperty)) {
                      _builder.append("<");
                      JvmTypeReference _type_13 = prop.getType();
                      String _shortName_13 = this.shortName(_type_13, importManager);
                      _builder.append(_shortName_13, "");
                      _builder.append(".");
                      String _name_12 = prop.getName();
                      _builder.append(_name_12, "");
                      _builder.append(">");
                      _builder.newLineIfNotEmpty();
                      _builder.append("\t");
                      ValueProperty _value_14 = prop.getValue();
                      CharSequence _referenceContent = this.referenceContent(((ReferenceValueProperty) _value_14), importManager, preview, skipController, skipIncludes);
                      _builder.append(_referenceContent, "  ");
                      _builder.newLineIfNotEmpty();
                      _builder.append("</");
                      JvmTypeReference _type_14 = prop.getType();
                      String _shortName_14 = this.shortName(_type_14, importManager);
                      _builder.append(_shortName_14, "");
                      _builder.append(".");
                      String _name_13 = prop.getName();
                      _builder.append(_name_13, "");
                      _builder.append(">");
                      _builder.newLineIfNotEmpty();
                    } else {
                      ValueProperty _value_15 = prop.getValue();
                      if ((_value_15 instanceof IncludeValueProperty)) {
                        {
                          boolean _not = (!skipIncludes);
                          if (_not) {
                            _builder.append("<");
                            JvmTypeReference _type_15 = prop.getType();
                            String _shortName_15 = this.shortName(_type_15, importManager);
                            _builder.append(_shortName_15, "");
                            _builder.append(".");
                            String _name_14 = prop.getName();
                            _builder.append(_name_14, "");
                            _builder.append(">");
                            _builder.newLineIfNotEmpty();
                            _builder.append("\t");
                            ValueProperty _value_16 = prop.getValue();
                            CharSequence _includeContent = this.includeContent(((IncludeValueProperty) _value_16), importManager, preview, skipController, skipIncludes);
                            _builder.append(_includeContent, "  ");
                            _builder.newLineIfNotEmpty();
                            _builder.append("</");
                            JvmTypeReference _type_16 = prop.getType();
                            String _shortName_16 = this.shortName(_type_16, importManager);
                            _builder.append(_shortName_16, "");
                            _builder.append(".");
                            String _name_15 = prop.getName();
                            _builder.append(_name_15, "");
                            _builder.append(">");
                            _builder.newLineIfNotEmpty();
                          }
                        }
                      } else {
                        ValueProperty _value_17 = prop.getValue();
                        if ((_value_17 instanceof CopyValueProperty)) {
                          _builder.append("<");
                          JvmTypeReference _type_17 = prop.getType();
                          String _shortName_17 = this.shortName(_type_17, importManager);
                          _builder.append(_shortName_17, "");
                          _builder.append(".");
                          String _name_16 = prop.getName();
                          _builder.append(_name_16, "");
                          _builder.append(">");
                          _builder.newLineIfNotEmpty();
                          _builder.append("\t");
                          _builder.append("<fx:copy source=\"");
                          ValueProperty _value_18 = prop.getValue();
                          Element _reference = ((CopyValueProperty) _value_18).getReference();
                          String _name_17 = _reference.getName();
                          _builder.append(_name_17, "  ");
                          _builder.append("\" />");
                          _builder.newLineIfNotEmpty();
                          _builder.append("</");
                          JvmTypeReference _type_18 = prop.getType();
                          String _shortName_18 = this.shortName(_type_18, importManager);
                          _builder.append(_shortName_18, "");
                          _builder.append(".");
                          String _name_18 = prop.getName();
                          _builder.append(_name_18, "");
View Full Code Here

              ValueProperty _value_1 = prop.getValue();
              String _stringValue = ((SimpleValueProperty) _value_1).getStringValue();
              boolean _notEquals = (!Objects.equal(_stringValue, null));
              if (_notEquals) {
                _builder.append("<");
                JvmTypeReference _type = this.type(prop);
                String _shortName = this.shortName(_type, importManager);
                _builder.append(_shortName, "");
                _builder.append(".");
                String _name = prop.getName();
                _builder.append(_name, "");
                _builder.append(">");
                ValueProperty _value_2 = prop.getValue();
                String _stringValue_1 = ((SimpleValueProperty) _value_2).getStringValue();
                _builder.append(_stringValue_1, "");
                _builder.append("</");
                JvmTypeReference _type_1 = this.type(prop);
                String _shortName_1 = this.shortName(_type_1, importManager);
                _builder.append(_shortName_1, "");
                _builder.append(".");
                String _name_1 = prop.getName();
                _builder.append(_name_1, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
              } else {
                _builder.append("<");
                JvmTypeReference _type_2 = this.type(prop);
                String _shortName_2 = this.shortName(_type_2, importManager);
                _builder.append(_shortName_2, "");
                _builder.append(".");
                String _name_2 = prop.getName();
                _builder.append(_name_2, "");
                _builder.append(">");
                ValueProperty _value_3 = prop.getValue();
                Object _simpleAttributeValue = this.simpleAttributeValue(((SimpleValueProperty) _value_3));
                _builder.append(_simpleAttributeValue, "");
                _builder.append("</");
                JvmTypeReference _type_3 = this.type(prop);
                String _shortName_3 = this.shortName(_type_3, importManager);
                _builder.append(_shortName_3, "");
                _builder.append(".");
                String _name_3 = prop.getName();
                _builder.append(_name_3, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
              }
            }
          } else {
            ValueProperty _value_4 = prop.getValue();
            if ((_value_4 instanceof ConstValueProperty)) {
              _builder.append("<");
              JvmTypeReference _type_4 = this.type(prop);
              String _shortName_4 = this.shortName(_type_4, importManager);
              _builder.append(_shortName_4, "");
              _builder.append(".");
              String _name_4 = prop.getName();
              _builder.append(_name_4, "");
              _builder.append("><");
              ValueProperty _value_5 = prop.getValue();
              JvmTypeReference _type_5 = ((ConstValueProperty) _value_5).getType();
              String _shortName_5 = this.shortName(_type_5, importManager);
              _builder.append(_shortName_5, "");
              _builder.append(" fx:constant=\"");
              ValueProperty _value_6 = prop.getValue();
              String _field = ((ConstValueProperty) _value_6).getField();
              _builder.append(_field, "");
              _builder.append("\" /></");
              JvmTypeReference _type_6 = this.type(prop);
              String _shortName_6 = this.shortName(_type_6, importManager);
              _builder.append(_shortName_6, "");
              _builder.append(".");
              String _name_5 = prop.getName();
              _builder.append(_name_5, "");
              _builder.append(">");
              _builder.newLineIfNotEmpty();
            } else {
              ValueProperty _value_7 = prop.getValue();
              if ((_value_7 instanceof ListValueProperty)) {
                _builder.append("<");
                JvmTypeReference _type_7 = this.type(prop);
                String _shortName_7 = this.shortName(_type_7, importManager);
                _builder.append(_shortName_7, "");
                _builder.append(".");
                String _name_6 = prop.getName();
                _builder.append(_name_6, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
                _builder.append("\t");
                ValueProperty _value_8 = prop.getValue();
                CharSequence _propListContent = this.propListContent(((ListValueProperty) _value_8), importManager, preview, skipController, skipIncludes);
                _builder.append(_propListContent, "  ");
                _builder.newLineIfNotEmpty();
                _builder.append("</");
                JvmTypeReference _type_8 = this.type(prop);
                String _shortName_8 = this.shortName(_type_8, importManager);
                _builder.append(_shortName_8, "");
                _builder.append(".");
                String _name_7 = prop.getName();
                _builder.append(_name_7, "");
                _builder.append(">");
                _builder.newLineIfNotEmpty();
              } else {
                ValueProperty _value_9 = prop.getValue();
                if ((_value_9 instanceof MapValueProperty)) {
                  _builder.append("<");
                  JvmTypeReference _type_9 = this.type(prop);
                  String _shortName_9 = this.shortName(_type_9, importManager);
                  _builder.append(_shortName_9, "");
                  _builder.append(".");
                  String _name_8 = prop.getName();
                  _builder.append(_name_8, "");
                  _builder.append(">");
                  _builder.newLineIfNotEmpty();
                  _builder.append("\t");
                  ValueProperty _value_10 = prop.getValue();
                  EList<Property> _properties = ((MapValueProperty) _value_10).getProperties();
                  CharSequence _propContents = this.propContents(_properties, importManager, preview, true, skipController, skipIncludes);
                  _builder.append(_propContents, "  ");
                  _builder.newLineIfNotEmpty();
                  _builder.append("</");
                  JvmTypeReference _type_10 = this.type(prop);
                  String _shortName_10 = this.shortName(_type_10, importManager);
                  _builder.append(_shortName_10, "");
                  _builder.append(".");
                  String _name_9 = prop.getName();
                  _builder.append(_name_9, "");
                  _builder.append(">");
                  _builder.newLineIfNotEmpty();
                } else {
                  ValueProperty _value_11 = prop.getValue();
                  if ((_value_11 instanceof Element)) {
                    _builder.append("<");
                    JvmTypeReference _type_11 = this.type(prop);
                    String _shortName_11 = this.shortName(_type_11, importManager);
                    _builder.append(_shortName_11, "");
                    _builder.append(".");
                    String _name_10 = prop.getName();
                    _builder.append(_name_10, "");
                    _builder.append(">");
                    _builder.newLineIfNotEmpty();
                    _builder.append("\t");
                    ValueProperty _value_12 = prop.getValue();
                    CharSequence _elementContent = this.elementContent(((Element) _value_12), importManager, preview, skipController, skipIncludes);
                    _builder.append(_elementContent, "  ");
                    _builder.newLineIfNotEmpty();
                    _builder.append("</");
                    JvmTypeReference _type_12 = this.type(prop);
                    String _shortName_12 = this.shortName(_type_12, importManager);
                    _builder.append(_shortName_12, "");
                    _builder.append(".");
                    String _name_11 = prop.getName();
                    _builder.append(_name_11, "");
                    _builder.append(">");
                    _builder.newLineIfNotEmpty();
                  } else {
                    ValueProperty _value_13 = prop.getValue();
                    if ((_value_13 instanceof ReferenceValueProperty)) {
                      _builder.append("<");
                      JvmTypeReference _type_13 = this.type(prop);
                      String _shortName_13 = this.shortName(_type_13, importManager);
                      _builder.append(_shortName_13, "");
                      _builder.append(".");
                      String _name_12 = prop.getName();
                      _builder.append(_name_12, "");
                      _builder.append(">");
                      _builder.newLineIfNotEmpty();
                      _builder.append("\t");
                      ValueProperty _value_14 = prop.getValue();
                      CharSequence _referenceContent = this.referenceContent(((ReferenceValueProperty) _value_14), importManager, preview, skipController, skipIncludes);
                      _builder.append(_referenceContent, "  ");
                      _builder.newLineIfNotEmpty();
                      _builder.append("</");
                      JvmTypeReference _type_14 = this.type(prop);
                      String _shortName_14 = this.shortName(_type_14, importManager);
                      _builder.append(_shortName_14, "");
                      _builder.append(".");
                      String _name_13 = prop.getName();
                      _builder.append(_name_13, "");
                      _builder.append(">");
                      _builder.newLineIfNotEmpty();
                    } else {
                      ValueProperty _value_15 = prop.getValue();
                      if ((_value_15 instanceof IncludeValueProperty)) {
                        {
                          boolean _not = (!skipIncludes);
                          if (_not) {
                            _builder.append("<");
                            JvmTypeReference _type_15 = this.type(prop);
                            String _shortName_15 = this.shortName(_type_15, importManager);
                            _builder.append(_shortName_15, "");
                            _builder.append(".");
                            String _name_14 = prop.getName();
                            _builder.append(_name_14, "");
                            _builder.append(">");
                            _builder.newLineIfNotEmpty();
                            _builder.append("\t");
                            ValueProperty _value_16 = prop.getValue();
                            CharSequence _includeContent = this.includeContent(((IncludeValueProperty) _value_16), importManager, preview, skipController, skipIncludes);
                            _builder.append(_includeContent, "  ");
                            _builder.newLineIfNotEmpty();
                            _builder.append("</");
                            JvmTypeReference _type_16 = this.type(prop);
                            String _shortName_16 = this.shortName(_type_16, importManager);
                            _builder.append(_shortName_16, "");
                            _builder.append(".");
                            String _name_15 = prop.getName();
                            _builder.append(_name_15, "");
                            _builder.append(">");
                            _builder.newLineIfNotEmpty();
                          }
                        }
                      } else {
                        ValueProperty _value_17 = prop.getValue();
                        if ((_value_17 instanceof CopyValueProperty)) {
                          _builder.append("<");
                          JvmTypeReference _type_17 = this.type(prop);
                          String _shortName_17 = this.shortName(_type_17, importManager);
                          _builder.append(_shortName_17, "");
                          _builder.append(".");
                          String _name_16 = prop.getName();
                          _builder.append(_name_16, "");
                          _builder.append(">");
                          _builder.newLineIfNotEmpty();
                          _builder.append("\t");
                          _builder.append("<fx:copy source=\"");
                          ValueProperty _value_18 = prop.getValue();
                          Element _reference = ((CopyValueProperty) _value_18).getReference();
                          String _name_17 = _reference.getName();
                          _builder.append(_name_17, "  ");
                          _builder.append("\" />");
                          _builder.newLineIfNotEmpty();
                          _builder.append("</");
                          JvmTypeReference _type_18 = this.type(prop);
                          String _shortName_18 = this.shortName(_type_18, importManager);
                          _builder.append(_shortName_18, "");
                          _builder.append(".");
                          String _name_18 = prop.getName();
                          _builder.append(_name_18, "");
View Full Code Here

      };
    Iterable<StaticCallValueProperty> _filter_1 = IterableExtensions.<StaticCallValueProperty>filter(_filter, _function_1);
    for (final StaticCallValueProperty p : _filter_1) {
      ValueProperty _value = p.getValue();
      if ((_value instanceof SimpleValueProperty)) {
        JvmTypeReference _type = p.getType();
        String _shortName = this.shortName(_type, importManager);
        String _plus = (" " + _shortName);
        String _plus_1 = (_plus + ".");
        String _name = p.getName();
        String _plus_2 = (_plus_1 + _name);
        String _plus_3 = (_plus_2 + "=\"");
        ValueProperty _value_1 = p.getValue();
        Object _simpleAttributeValue = this.simpleAttributeValue(((SimpleValueProperty) _value_1));
        String _plus_4 = (_plus_3 + ((Comparable<Object>)_simpleAttributeValue));
        String _plus_5 = (_plus_4 + "\"");
        builder.append(_plus_5);
      } else {
        ValueProperty _value_2 = p.getValue();
        if ((_value_2 instanceof ReferenceValueProperty)) {
          JvmTypeReference _type_1 = p.getType();
          String _shortName_1 = this.shortName(_type_1, importManager);
          String _plus_6 = (" " + _shortName_1);
          String _plus_7 = (_plus_6 + ".");
          String _name_1 = p.getName();
          String _plus_8 = (_plus_7 + _name_1);
          String _plus_9 = (_plus_8 + "=\"$");
          ValueProperty _value_3 = p.getValue();
          ReferenceType _reference = ((ReferenceValueProperty) _value_3).getReference();
          String _refname = this.refname(_reference);
          String _plus_10 = (_plus_9 + _refname);
          String _plus_11 = (_plus_10 + "\"");
          builder.append(_plus_11);
        } else {
          ValueProperty _value_4 = p.getValue();
          if ((_value_4 instanceof ControllerHandledValueProperty)) {
            boolean _not = (!skipController);
            if (_not) {
              JvmTypeReference _type_2 = p.getType();
              String _shortName_2 = this.shortName(_type_2, importManager);
              String _plus_12 = (" " + _shortName_2);
              String _plus_13 = (_plus_12 + ".");
              String _name_2 = p.getName();
              String _plus_14 = (_plus_13 + _name_2);
              String _plus_15 = (_plus_14 + "=\"#");
              ValueProperty _value_5 = p.getValue();
              String _methodname = ((ControllerHandledValueProperty) _value_5).getMethodname();
              String _plus_16 = (_plus_15 + _methodname);
              String _plus_17 = (_plus_16 + "\"");
              builder.append(_plus_17);
            }
          } else {
            ValueProperty _value_6 = p.getValue();
            if ((_value_6 instanceof ScriptHandlerHandledValueProperty)) {
              boolean _not_1 = (!skipController);
              if (_not_1) {
                JvmTypeReference _type_3 = p.getType();
                String _shortName_3 = this.shortName(_type_3, importManager);
                String _plus_18 = (" " + _shortName_3);
                String _plus_19 = (_plus_18 + ".");
                String _name_3 = p.getName();
                String _plus_20 = (_plus_19 + _name_3);
                String _plus_21 = (_plus_20 + "=\"");
                ValueProperty _value_7 = p.getValue();
                String _functionname = ((ScriptHandlerHandledValueProperty) _value_7).getFunctionname();
                String _plus_22 = (_plus_21 + _functionname);
                String _plus_23 = (_plus_22 + "\"");
                builder.append(_plus_23);
              }
            } else {
              ValueProperty _value_8 = p.getValue();
              if ((_value_8 instanceof ScriptValueExpression)) {
                boolean _not_2 = (!skipController);
                if (_not_2) {
                  JvmTypeReference _type_4 = p.getType();
                  String _shortName_4 = this.shortName(_type_4, importManager);
                  String _plus_24 = (" " + _shortName_4);
                  String _plus_25 = (_plus_24 + ".");
                  String _name_4 = p.getName();
                  String _plus_26 = (_plus_25 + _name_4);
                  String _plus_27 = (_plus_26 + "=\"");
                  ValueProperty _value_9 = p.getValue();
                  String _sourcecode = ((ScriptValueExpression) _value_9).getSourcecode();
                  ValueProperty _value_10 = p.getValue();
                  String _sourcecode_1 = ((ScriptValueExpression) _value_10).getSourcecode();
                  int _length = _sourcecode_1.length();
                  int _minus = (_length - 2);
                  String _substring = _sourcecode.substring(2, _minus);
                  String _trim = _substring.trim();
                  String _plus_28 = (_plus_27 + _trim);
                  String _plus_29 = (_plus_28 + ";\"");
                  builder.append(_plus_29);
                }
              } else {
                ValueProperty _value_11 = p.getValue();
                if ((_value_11 instanceof ScriptValueReference)) {
                  boolean _not_3 = (!skipController);
                  if (_not_3) {
                    JvmTypeReference _type_5 = p.getType();
                    String _shortName_5 = this.shortName(_type_5, importManager);
                    String _plus_30 = (" " + _shortName_5);
                    String _plus_31 = (_plus_30 + ".");
                    String _name_5 = p.getName();
                    String _plus_32 = (_plus_31 + _name_5);
                    String _plus_33 = (_plus_32 + "=\"$");
                    ValueProperty _value_12 = p.getValue();
                    String _reference_1 = ((ScriptValueReference) _value_12).getReference();
                    String _plus_34 = (_plus_33 + _reference_1);
                    String _plus_35 = (_plus_34 + "\"");
                    builder.append(_plus_35);
                  }
                } else {
                  ValueProperty _value_13 = p.getValue();
                  if ((_value_13 instanceof LocationValueProperty)) {
                    JvmTypeReference _type_6 = p.getType();
                    String _shortName_6 = this.shortName(_type_6, importManager);
                    String _plus_36 = (" " + _shortName_6);
                    String _plus_37 = (_plus_36 + ".");
                    String _name_6 = p.getName();
                    String _plus_38 = (_plus_37 + _name_6);
                    String _plus_39 = (_plus_38 + "=\"@");
                    ValueProperty _value_14 = p.getValue();
                    String _value_15 = ((LocationValueProperty) _value_14).getValue();
                    String _plus_40 = (_plus_39 + _value_15);
                    String _plus_41 = (_plus_40 + "\"");
                    builder.append(_plus_41);
                  } else {
                    ValueProperty _value_16 = p.getValue();
                    if ((_value_16 instanceof ResourceValueProperty)) {
                      JvmTypeReference _type_7 = p.getType();
                      String _shortName_7 = this.shortName(_type_7, importManager);
                      String _plus_42 = (" " + _shortName_7);
                      String _plus_43 = (_plus_42 + ".");
                      String _name_7 = p.getName();
                      String _plus_44 = (_plus_43 + _name_7);
                      String _plus_45 = (_plus_44 + "=\"%");
                      ValueProperty _value_17 = p.getValue();
                      StringValue _value_18 = ((ResourceValueProperty) _value_17).getValue();
                      String _value_19 = _value_18.getValue();
                      String _plus_46 = (_plus_45 + _value_19);
                      String _plus_47 = (_plus_46 + "\"");
                      builder.append(_plus_47);
                    } else {
                      ValueProperty _value_20 = p.getValue();
                      if ((_value_20 instanceof BindValueProperty)) {
                        JvmTypeReference _type_8 = p.getType();
                        String _shortName_8 = this.shortName(_type_8, importManager);
                        String _plus_48 = (" " + _shortName_8);
                        String _plus_49 = (_plus_48 + ".");
                        String _name_8 = p.getName();
                        String _plus_50 = (_plus_49 + _name_8);
View Full Code Here

      };
    Iterable<StaticValueProperty> _filter_1 = IterableExtensions.<StaticValueProperty>filter(_filter, _function_1);
    for (final StaticValueProperty p : _filter_1) {
      ValueProperty _value = p.getValue();
      if ((_value instanceof SimpleValueProperty)) {
        JvmTypeReference _type = this.type(p);
        String _shortName = this.shortName(_type, importManager);
        String _plus = (" " + _shortName);
        String _plus_1 = (_plus + ".");
        String _name = p.getName();
        String _plus_2 = (_plus_1 + _name);
        String _plus_3 = (_plus_2 + "=\"");
        ValueProperty _value_1 = p.getValue();
        Object _simpleAttributeValue = this.simpleAttributeValue(((SimpleValueProperty) _value_1));
        String _plus_4 = (_plus_3 + ((Comparable<Object>)_simpleAttributeValue));
        String _plus_5 = (_plus_4 + "\"");
        builder.append(_plus_5);
      } else {
        ValueProperty _value_2 = p.getValue();
        if ((_value_2 instanceof ReferenceValueProperty)) {
          JvmTypeReference _type_1 = this.type(p);
          String _shortName_1 = this.shortName(_type_1, importManager);
          String _plus_6 = (" " + _shortName_1);
          String _plus_7 = (_plus_6 + ".");
          String _name_1 = p.getName();
          String _plus_8 = (_plus_7 + _name_1);
          String _plus_9 = (_plus_8 + "=\"$");
          ValueProperty _value_3 = p.getValue();
          ReferenceType _reference = ((ReferenceValueProperty) _value_3).getReference();
          String _refname = this.refname(_reference);
          String _plus_10 = (_plus_9 + _refname);
          String _plus_11 = (_plus_10 + "\"");
          builder.append(_plus_11);
        } else {
          ValueProperty _value_4 = p.getValue();
          if ((_value_4 instanceof ControllerHandledValueProperty)) {
            boolean _not = (!skipController);
            if (_not) {
              JvmTypeReference _type_2 = this.type(p);
              String _shortName_2 = this.shortName(_type_2, importManager);
              String _plus_12 = (" " + _shortName_2);
              String _plus_13 = (_plus_12 + ".");
              String _name_2 = p.getName();
              String _plus_14 = (_plus_13 + _name_2);
              String _plus_15 = (_plus_14 + "=\"#");
              ValueProperty _value_5 = p.getValue();
              String _methodname = ((ControllerHandledValueProperty) _value_5).getMethodname();
              String _plus_16 = (_plus_15 + _methodname);
              String _plus_17 = (_plus_16 + "\"");
              builder.append(_plus_17);
            }
          } else {
            ValueProperty _value_6 = p.getValue();
            if ((_value_6 instanceof ScriptHandlerHandledValueProperty)) {
              boolean _not_1 = (!skipController);
              if (_not_1) {
                JvmTypeReference _type_3 = this.type(p);
                String _shortName_3 = this.shortName(_type_3, importManager);
                String _plus_18 = (" " + _shortName_3);
                String _plus_19 = (_plus_18 + ".");
                String _name_3 = p.getName();
                String _plus_20 = (_plus_19 + _name_3);
                String _plus_21 = (_plus_20 + "=\"");
                ValueProperty _value_7 = p.getValue();
                String _functionname = ((ScriptHandlerHandledValueProperty) _value_7).getFunctionname();
                String _plus_22 = (_plus_21 + _functionname);
                String _plus_23 = (_plus_22 + "\"");
                builder.append(_plus_23);
              }
            } else {
              ValueProperty _value_8 = p.getValue();
              if ((_value_8 instanceof ScriptValueExpression)) {
                boolean _not_2 = (!skipController);
                if (_not_2) {
                  JvmTypeReference _type_4 = this.type(p);
                  String _shortName_4 = this.shortName(_type_4, importManager);
                  String _plus_24 = (" " + _shortName_4);
                  String _plus_25 = (_plus_24 + ".");
                  String _name_4 = p.getName();
                  String _plus_26 = (_plus_25 + _name_4);
                  String _plus_27 = (_plus_26 + "=\"");
                  ValueProperty _value_9 = p.getValue();
                  String _sourcecode = ((ScriptValueExpression) _value_9).getSourcecode();
                  ValueProperty _value_10 = p.getValue();
                  String _sourcecode_1 = ((ScriptValueExpression) _value_10).getSourcecode();
                  int _length = _sourcecode_1.length();
                  int _minus = (_length - 2);
                  String _substring = _sourcecode.substring(2, _minus);
                  String _trim = _substring.trim();
                  String _plus_28 = (_plus_27 + _trim);
                  String _plus_29 = (_plus_28 + ";\"");
                  builder.append(_plus_29);
                }
              } else {
                ValueProperty _value_11 = p.getValue();
                if ((_value_11 instanceof ScriptValueReference)) {
                  boolean _not_3 = (!skipController);
                  if (_not_3) {
                    JvmTypeReference _type_5 = this.type(p);
                    String _shortName_5 = this.shortName(_type_5, importManager);
                    String _plus_30 = (" " + _shortName_5);
                    String _plus_31 = (_plus_30 + ".");
                    String _name_5 = p.getName();
                    String _plus_32 = (_plus_31 + _name_5);
                    String _plus_33 = (_plus_32 + "=\"$");
                    ValueProperty _value_12 = p.getValue();
                    String _reference_1 = ((ScriptValueReference) _value_12).getReference();
                    String _plus_34 = (_plus_33 + _reference_1);
                    String _plus_35 = (_plus_34 + "\"");
                    builder.append(_plus_35);
                  }
                } else {
                  ValueProperty _value_13 = p.getValue();
                  if ((_value_13 instanceof LocationValueProperty)) {
                    JvmTypeReference _type_6 = this.type(p);
                    String _shortName_6 = this.shortName(_type_6, importManager);
                    String _plus_36 = (" " + _shortName_6);
                    String _plus_37 = (_plus_36 + ".");
                    String _name_6 = p.getName();
                    String _plus_38 = (_plus_37 + _name_6);
                    String _plus_39 = (_plus_38 + "=\"@");
                    ValueProperty _value_14 = p.getValue();
                    String _value_15 = ((LocationValueProperty) _value_14).getValue();
                    String _plus_40 = (_plus_39 + _value_15);
                    String _plus_41 = (_plus_40 + "\"");
                    builder.append(_plus_41);
                  } else {
                    ValueProperty _value_16 = p.getValue();
                    if ((_value_16 instanceof ResourceValueProperty)) {
                      JvmTypeReference _type_7 = this.type(p);
                      String _shortName_7 = this.shortName(_type_7, importManager);
                      String _plus_42 = (" " + _shortName_7);
                      String _plus_43 = (_plus_42 + ".");
                      String _name_7 = p.getName();
                      String _plus_44 = (_plus_43 + _name_7);
                      String _plus_45 = (_plus_44 + "=\"%");
                      ValueProperty _value_17 = p.getValue();
                      StringValue _value_18 = ((ResourceValueProperty) _value_17).getValue();
                      String _value_19 = _value_18.getValue();
                      String _plus_46 = (_plus_45 + _value_19);
                      String _plus_47 = (_plus_46 + "\"");
                      builder.append(_plus_47);
                    } else {
                      ValueProperty _value_20 = p.getValue();
                      if ((_value_20 instanceof BindValueProperty)) {
                        JvmTypeReference _type_8 = this.type(p);
                        String _shortName_8 = this.shortName(_type_8, importManager);
                        String _plus_48 = (" " + _shortName_8);
                        String _plus_49 = (_plus_48 + ".");
                        String _name_8 = p.getName();
                        String _plus_50 = (_plus_49 + _name_8);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetType(JvmTypeReference newType, NotificationChain msgs)
  {
    JvmTypeReference oldType = type;
    type = newType;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FXGraphPackage.ELEMENT__TYPE, oldType, newType);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetType(JvmTypeReference newType, NotificationChain msgs)
  {
    JvmTypeReference oldType = type;
    type = newType;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, FXGraphPackage.STATIC_CALL_VALUE_PROPERTY__TYPE, oldType, newType);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.common.types.JvmTypeReference

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.