Class ASTLongLiteralBuilder

    • Constructor Detail

      • ASTLongLiteralBuilder

        public ASTLongLiteralBuilder()
    • Method Detail

      • isValid

        public boolean isValid()
      • getSource

        public java.lang.String getSource()
      • set_SourcePositionEnd

        public ASTLongLiteralBuilder set_SourcePositionEnd​(de.se_rwth.commons.SourcePosition end)
        Overrides:
        set_SourcePositionEnd in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • set_SourcePositionStart

        public ASTLongLiteralBuilder set_SourcePositionStart​(de.se_rwth.commons.SourcePosition start)
        Overrides:
        set_SourcePositionStart in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • addAll_PreComments

        public ASTLongLiteralBuilder addAll_PreComments​(java.util.Collection<de.monticore.ast.Comment> precomments)
        Overrides:
        addAll_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • addAll_PreComments

        public ASTLongLiteralBuilder addAll_PreComments​(int index,
                                                        java.util.Collection<de.monticore.ast.Comment> precomments)
        Overrides:
        addAll_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • removeAll_PreComments

        public ASTLongLiteralBuilder removeAll_PreComments​(java.util.Collection<?> element)
        Overrides:
        removeAll_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • retainAll_PreComments

        public ASTLongLiteralBuilder retainAll_PreComments​(java.util.Collection<?> element)
        Overrides:
        retainAll_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • removeIf_PreComment

        public ASTLongLiteralBuilder removeIf_PreComment​(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
        Overrides:
        removeIf_PreComment in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • forEach_PreComments

        public ASTLongLiteralBuilder forEach_PreComments​(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
        Overrides:
        forEach_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • replaceAll_PreComments

        public ASTLongLiteralBuilder replaceAll_PreComments​(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
        Overrides:
        replaceAll_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • sort_PreComments

        public ASTLongLiteralBuilder sort_PreComments​(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
        Overrides:
        sort_PreComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • set_PreCommentList

        public ASTLongLiteralBuilder set_PreCommentList​(java.util.List<de.monticore.ast.Comment> preComments)
        Overrides:
        set_PreCommentList in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • add_PostComment

        public ASTLongLiteralBuilder add_PostComment​(int index,
                                                     de.monticore.ast.Comment postcomment)
        Overrides:
        add_PostComment in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • addAll_PostComments

        public ASTLongLiteralBuilder addAll_PostComments​(java.util.Collection<de.monticore.ast.Comment> postcomments)
        Overrides:
        addAll_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • addAll_PostComments

        public ASTLongLiteralBuilder addAll_PostComments​(int index,
                                                         java.util.Collection<de.monticore.ast.Comment> postcomments)
        Overrides:
        addAll_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • removeAll_PostComments

        public ASTLongLiteralBuilder removeAll_PostComments​(java.util.Collection<?> element)
        Overrides:
        removeAll_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • retainAll_PostComments

        public ASTLongLiteralBuilder retainAll_PostComments​(java.util.Collection<?> element)
        Overrides:
        retainAll_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • removeIf_PostComment

        public ASTLongLiteralBuilder removeIf_PostComment​(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
        Overrides:
        removeIf_PostComment in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • forEach_PostComments

        public ASTLongLiteralBuilder forEach_PostComments​(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
        Overrides:
        forEach_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • replaceAll_PostComments

        public ASTLongLiteralBuilder replaceAll_PostComments​(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
        Overrides:
        replaceAll_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • sort_PostComments

        public ASTLongLiteralBuilder sort_PostComments​(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
        Overrides:
        sort_PostComments in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • set_PostCommentList

        public ASTLongLiteralBuilder set_PostCommentList​(java.util.List<de.monticore.ast.Comment> postComments)
        Overrides:
        set_PostCommentList in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
      • set_PostComment

        public ASTLongLiteralBuilder set_PostComment​(int index,
                                                     de.monticore.ast.Comment postcomment)
        Overrides:
        set_PostComment in class de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>