code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/definitions/BuiltIns.java [73:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            @Override
            public Optional<List<Term>> getParams() {
                return Optional.empty();
            }

            @Override
            public ComplexTypeDefinition getTypeDefinition() {
                return null;
            }

            @Override
            public void setTypeDefinition(TypeDefinition typeDefinition) {
                throw new IllegalArgumentException("Built-In fields can't have the type definition set.");
            }

        });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/definitions/BuiltIns.java [95:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            @Override
            public Optional<List<Term>> getParams() {
                return Optional.empty();
            }

            @Override
            public ComplexTypeDefinition getTypeDefinition() {
                return null;
            }

            @Override
            public void setTypeDefinition(TypeDefinition typeDefinition) {
                throw new IllegalArgumentException("Built-In fields can't have the type definition set.");
            }

        });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



