Class ASTLongLiteralBuilder
- java.lang.Object
-
- de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
- de.monticore.literals.mcjavaliterals._ast.ASTLongLiteralBuilder
-
public class ASTLongLiteralBuilder extends de.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description protected ASTLongLiteralBuilderrealBuilderprotected java.lang.Stringsource
-
Constructor Summary
Constructors Constructor Description ASTLongLiteralBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTLongLiteralBuilderadd_PostComment(int index, de.monticore.ast.Comment postcomment)ASTLongLiteralBuilderadd_PostComment(de.monticore.ast.Comment postcomment)ASTLongLiteralBuilderadd_PreComment(int index, de.monticore.ast.Comment precomment)ASTLongLiteralBuilderadd_PreComment(de.monticore.ast.Comment precomment)ASTLongLiteralBuilderaddAll_PostComments(int index, java.util.Collection<de.monticore.ast.Comment> postcomments)ASTLongLiteralBuilderaddAll_PostComments(java.util.Collection<de.monticore.ast.Comment> postcomments)ASTLongLiteralBuilderaddAll_PreComments(int index, java.util.Collection<de.monticore.ast.Comment> precomments)ASTLongLiteralBuilderaddAll_PreComments(java.util.Collection<de.monticore.ast.Comment> precomments)ASTLongLiteralbuild()ASTLongLiteralBuilderclear_PostComments()ASTLongLiteralBuilderclear_PreComments()ASTLongLiteralBuilderforEach_PostComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)ASTLongLiteralBuilderforEach_PreComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)java.lang.StringgetSource()booleanisValid()ASTLongLiteralBuilderremove_PostComment(int index)ASTLongLiteralBuilderremove_PostComment(java.lang.Object element)ASTLongLiteralBuilderremove_PreComment(int index)ASTLongLiteralBuilderremove_PreComment(java.lang.Object element)ASTLongLiteralBuilderremoveAll_PostComments(java.util.Collection<?> element)ASTLongLiteralBuilderremoveAll_PreComments(java.util.Collection<?> element)ASTLongLiteralBuilderremoveIf_PostComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)ASTLongLiteralBuilderremoveIf_PreComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)ASTLongLiteralBuilderreplaceAll_PostComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)ASTLongLiteralBuilderreplaceAll_PreComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)ASTLongLiteralBuilderretainAll_PostComments(java.util.Collection<?> element)ASTLongLiteralBuilderretainAll_PreComments(java.util.Collection<?> element)ASTLongLiteralBuilderset_PostComment(int index, de.monticore.ast.Comment postcomment)ASTLongLiteralBuilderset_PostCommentList(java.util.List<de.monticore.ast.Comment> postComments)ASTLongLiteralBuilderset_PreComment(int index, de.monticore.ast.Comment precomment)ASTLongLiteralBuilderset_PreCommentList(java.util.List<de.monticore.ast.Comment> preComments)ASTLongLiteralBuilderset_SourcePositionEnd(de.se_rwth.commons.SourcePosition end)ASTLongLiteralBuilderset_SourcePositionEndAbsent()ASTLongLiteralBuilderset_SourcePositionStart(de.se_rwth.commons.SourcePosition start)ASTLongLiteralBuilderset_SourcePositionStartAbsent()ASTLongLiteralBuildersetSource(java.lang.String source)ASTLongLiteralBuildersort_PostComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)ASTLongLiteralBuildersort_PreComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)ASTLongLiteraluncheckedBuild()-
Methods inherited from class de.monticore.ast.ASTNodeBuilder
contains_PostComment, contains_PreComment, containsAll_PostComments, containsAll_PreComments, equals_PostComments, equals_PreComments, get_PostComment, get_PostCommentList, get_PreComment, get_PreCommentList, get_SourcePositionEnd, get_SourcePositionStart, hashCode_PostComments, hashCode_PreComments, indexOf_PostComment, indexOf_PreComment, isEmpty_PostComments, isEmpty_PreComments, isPresent_SourcePositionEnd, isPresent_SourcePositionStart, iterator_PostComments, iterator_PreComments, lastIndexOf_PostComment, lastIndexOf_PreComment, listIterator_PostComments, listIterator_PostComments, listIterator_PreComments, listIterator_PreComments, parallelStream_PostComments, parallelStream_PreComments, size_PostComments, size_PreComments, spliterator_PostComments, spliterator_PreComments, stream_PostComments, stream_PreComments, subList_PostComments, subList_PreComments, toArray_PostComments, toArray_PostComments, toArray_PreComments, toArray_PreComments
-
-
-
-
Field Detail
-
realBuilder
protected ASTLongLiteralBuilder realBuilder
-
source
protected java.lang.String source
-
-
Method Detail
-
build
public ASTLongLiteral build()
-
isValid
public boolean isValid()
-
getSource
public java.lang.String getSource()
-
setSource
public ASTLongLiteralBuilder setSource(java.lang.String source)
-
set_SourcePositionEnd
public ASTLongLiteralBuilder set_SourcePositionEnd(de.se_rwth.commons.SourcePosition end)
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_SourcePositionEndAbsent
public ASTLongLiteralBuilder set_SourcePositionEndAbsent()
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_SourcePositionStart
public ASTLongLiteralBuilder set_SourcePositionStart(de.se_rwth.commons.SourcePosition start)
- Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_SourcePositionStartAbsent
public ASTLongLiteralBuilder set_SourcePositionStartAbsent()
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
clear_PreComments
public ASTLongLiteralBuilder clear_PreComments()
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
add_PreComment
public ASTLongLiteralBuilder add_PreComment(de.monticore.ast.Comment precomment)
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
add_PreComment
public ASTLongLiteralBuilder add_PreComment(int index, de.monticore.ast.Comment precomment)
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
addAll_PreComments
public ASTLongLiteralBuilder addAll_PreComments(java.util.Collection<de.monticore.ast.Comment> precomments)
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
addAll_PreComments
public ASTLongLiteralBuilder addAll_PreComments(int index, java.util.Collection<de.monticore.ast.Comment> precomments)
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
remove_PreComment
public ASTLongLiteralBuilder remove_PreComment(java.lang.Object element)
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
remove_PreComment
public ASTLongLiteralBuilder remove_PreComment(int index)
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
removeAll_PreComments
public ASTLongLiteralBuilder removeAll_PreComments(java.util.Collection<?> element)
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
retainAll_PreComments
public ASTLongLiteralBuilder retainAll_PreComments(java.util.Collection<?> element)
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
removeIf_PreComment
public ASTLongLiteralBuilder removeIf_PreComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
- Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
forEach_PreComments
public ASTLongLiteralBuilder forEach_PreComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
- Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
replaceAll_PreComments
public ASTLongLiteralBuilder replaceAll_PreComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
- Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
sort_PreComments
public ASTLongLiteralBuilder sort_PreComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
- Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_PreCommentList
public ASTLongLiteralBuilder set_PreCommentList(java.util.List<de.monticore.ast.Comment> preComments)
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_PreComment
public ASTLongLiteralBuilder set_PreComment(int index, de.monticore.ast.Comment precomment)
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
clear_PostComments
public ASTLongLiteralBuilder clear_PostComments()
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
add_PostComment
public ASTLongLiteralBuilder add_PostComment(de.monticore.ast.Comment postcomment)
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
add_PostComment
public ASTLongLiteralBuilder add_PostComment(int index, de.monticore.ast.Comment postcomment)
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
addAll_PostComments
public ASTLongLiteralBuilder addAll_PostComments(java.util.Collection<de.monticore.ast.Comment> postcomments)
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
addAll_PostComments
public ASTLongLiteralBuilder addAll_PostComments(int index, java.util.Collection<de.monticore.ast.Comment> postcomments)
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
remove_PostComment
public ASTLongLiteralBuilder remove_PostComment(java.lang.Object element)
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
remove_PostComment
public ASTLongLiteralBuilder remove_PostComment(int index)
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
removeAll_PostComments
public ASTLongLiteralBuilder removeAll_PostComments(java.util.Collection<?> element)
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
retainAll_PostComments
public ASTLongLiteralBuilder retainAll_PostComments(java.util.Collection<?> element)
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
removeIf_PostComment
public ASTLongLiteralBuilder removeIf_PostComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
- Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
forEach_PostComments
public ASTLongLiteralBuilder forEach_PostComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
- Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
replaceAll_PostComments
public ASTLongLiteralBuilder replaceAll_PostComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
- Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
sort_PostComments
public ASTLongLiteralBuilder sort_PostComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
- Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_PostCommentList
public ASTLongLiteralBuilder set_PostCommentList(java.util.List<de.monticore.ast.Comment> postComments)
- Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
set_PostComment
public ASTLongLiteralBuilder set_PostComment(int index, de.monticore.ast.Comment postcomment)
- Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTLongLiteralBuilder>
-
uncheckedBuild
public ASTLongLiteral uncheckedBuild()
-
-