Class ASTBasicLongLiteralBuilder
- java.lang.Object
-
- de.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
- de.monticore.literals.mccommonliterals._ast.ASTBasicLongLiteralBuilder
-
public class ASTBasicLongLiteralBuilder extends de.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdigitsprotected ASTBasicLongLiteralBuilderrealBuilder
-
Constructor Summary
Constructors Constructor Description ASTBasicLongLiteralBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTBasicLongLiteralBuilderadd_PostComment(int index, de.monticore.ast.Comment postcomment)ASTBasicLongLiteralBuilderadd_PostComment(de.monticore.ast.Comment postcomment)ASTBasicLongLiteralBuilderadd_PreComment(int index, de.monticore.ast.Comment precomment)ASTBasicLongLiteralBuilderadd_PreComment(de.monticore.ast.Comment precomment)ASTBasicLongLiteralBuilderaddAll_PostComments(int index, java.util.Collection<de.monticore.ast.Comment> postcomments)ASTBasicLongLiteralBuilderaddAll_PostComments(java.util.Collection<de.monticore.ast.Comment> postcomments)ASTBasicLongLiteralBuilderaddAll_PreComments(int index, java.util.Collection<de.monticore.ast.Comment> precomments)ASTBasicLongLiteralBuilderaddAll_PreComments(java.util.Collection<de.monticore.ast.Comment> precomments)ASTBasicLongLiteralbuild()ASTBasicLongLiteralBuilderclear_PostComments()ASTBasicLongLiteralBuilderclear_PreComments()ASTBasicLongLiteralBuilderforEach_PostComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)ASTBasicLongLiteralBuilderforEach_PreComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)java.lang.StringgetDigits()booleanisValid()ASTBasicLongLiteralBuilderremove_PostComment(int index)ASTBasicLongLiteralBuilderremove_PostComment(java.lang.Object element)ASTBasicLongLiteralBuilderremove_PreComment(int index)ASTBasicLongLiteralBuilderremove_PreComment(java.lang.Object element)ASTBasicLongLiteralBuilderremoveAll_PostComments(java.util.Collection<?> element)ASTBasicLongLiteralBuilderremoveAll_PreComments(java.util.Collection<?> element)ASTBasicLongLiteralBuilderremoveIf_PostComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)ASTBasicLongLiteralBuilderremoveIf_PreComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)ASTBasicLongLiteralBuilderreplaceAll_PostComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)ASTBasicLongLiteralBuilderreplaceAll_PreComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)ASTBasicLongLiteralBuilderretainAll_PostComments(java.util.Collection<?> element)ASTBasicLongLiteralBuilderretainAll_PreComments(java.util.Collection<?> element)ASTBasicLongLiteralBuilderset_PostComment(int index, de.monticore.ast.Comment postcomment)ASTBasicLongLiteralBuilderset_PostCommentList(java.util.List<de.monticore.ast.Comment> postComments)ASTBasicLongLiteralBuilderset_PreComment(int index, de.monticore.ast.Comment precomment)ASTBasicLongLiteralBuilderset_PreCommentList(java.util.List<de.monticore.ast.Comment> preComments)ASTBasicLongLiteralBuilderset_SourcePositionEnd(de.se_rwth.commons.SourcePosition end)ASTBasicLongLiteralBuilderset_SourcePositionEndAbsent()ASTBasicLongLiteralBuilderset_SourcePositionStart(de.se_rwth.commons.SourcePosition start)ASTBasicLongLiteralBuilderset_SourcePositionStartAbsent()ASTBasicLongLiteralBuildersetDigits(java.lang.String digits)ASTBasicLongLiteralBuildersort_PostComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)ASTBasicLongLiteralBuildersort_PreComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)ASTBasicLongLiteraluncheckedBuild()-
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 ASTBasicLongLiteralBuilder realBuilder
-
digits
protected java.lang.String digits
-
-
Method Detail
-
build
public ASTBasicLongLiteral build()
-
isValid
public boolean isValid()
-
getDigits
public java.lang.String getDigits()
-
setDigits
public ASTBasicLongLiteralBuilder setDigits(java.lang.String digits)
-
set_SourcePositionEnd
public ASTBasicLongLiteralBuilder set_SourcePositionEnd(de.se_rwth.commons.SourcePosition end)
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_SourcePositionEndAbsent
public ASTBasicLongLiteralBuilder set_SourcePositionEndAbsent()
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_SourcePositionStart
public ASTBasicLongLiteralBuilder set_SourcePositionStart(de.se_rwth.commons.SourcePosition start)
- Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_SourcePositionStartAbsent
public ASTBasicLongLiteralBuilder set_SourcePositionStartAbsent()
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
clear_PreComments
public ASTBasicLongLiteralBuilder clear_PreComments()
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
add_PreComment
public ASTBasicLongLiteralBuilder add_PreComment(de.monticore.ast.Comment precomment)
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
add_PreComment
public ASTBasicLongLiteralBuilder add_PreComment(int index, de.monticore.ast.Comment precomment)
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
addAll_PreComments
public ASTBasicLongLiteralBuilder addAll_PreComments(java.util.Collection<de.monticore.ast.Comment> precomments)
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
addAll_PreComments
public ASTBasicLongLiteralBuilder addAll_PreComments(int index, java.util.Collection<de.monticore.ast.Comment> precomments)
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
remove_PreComment
public ASTBasicLongLiteralBuilder remove_PreComment(java.lang.Object element)
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
remove_PreComment
public ASTBasicLongLiteralBuilder remove_PreComment(int index)
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
removeAll_PreComments
public ASTBasicLongLiteralBuilder removeAll_PreComments(java.util.Collection<?> element)
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
retainAll_PreComments
public ASTBasicLongLiteralBuilder retainAll_PreComments(java.util.Collection<?> element)
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
removeIf_PreComment
public ASTBasicLongLiteralBuilder removeIf_PreComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
- Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
forEach_PreComments
public ASTBasicLongLiteralBuilder forEach_PreComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
- Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
replaceAll_PreComments
public ASTBasicLongLiteralBuilder replaceAll_PreComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
- Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
sort_PreComments
public ASTBasicLongLiteralBuilder sort_PreComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
- Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_PreCommentList
public ASTBasicLongLiteralBuilder set_PreCommentList(java.util.List<de.monticore.ast.Comment> preComments)
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_PreComment
public ASTBasicLongLiteralBuilder set_PreComment(int index, de.monticore.ast.Comment precomment)
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
clear_PostComments
public ASTBasicLongLiteralBuilder clear_PostComments()
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
add_PostComment
public ASTBasicLongLiteralBuilder add_PostComment(de.monticore.ast.Comment postcomment)
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
add_PostComment
public ASTBasicLongLiteralBuilder add_PostComment(int index, de.monticore.ast.Comment postcomment)
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
addAll_PostComments
public ASTBasicLongLiteralBuilder addAll_PostComments(java.util.Collection<de.monticore.ast.Comment> postcomments)
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
addAll_PostComments
public ASTBasicLongLiteralBuilder addAll_PostComments(int index, java.util.Collection<de.monticore.ast.Comment> postcomments)
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
remove_PostComment
public ASTBasicLongLiteralBuilder remove_PostComment(java.lang.Object element)
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
remove_PostComment
public ASTBasicLongLiteralBuilder remove_PostComment(int index)
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
removeAll_PostComments
public ASTBasicLongLiteralBuilder removeAll_PostComments(java.util.Collection<?> element)
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
retainAll_PostComments
public ASTBasicLongLiteralBuilder retainAll_PostComments(java.util.Collection<?> element)
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
removeIf_PostComment
public ASTBasicLongLiteralBuilder removeIf_PostComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
- Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
forEach_PostComments
public ASTBasicLongLiteralBuilder forEach_PostComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
- Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
replaceAll_PostComments
public ASTBasicLongLiteralBuilder replaceAll_PostComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
- Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
sort_PostComments
public ASTBasicLongLiteralBuilder sort_PostComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
- Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_PostCommentList
public ASTBasicLongLiteralBuilder set_PostCommentList(java.util.List<de.monticore.ast.Comment> postComments)
- Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
set_PostComment
public ASTBasicLongLiteralBuilder set_PostComment(int index, de.monticore.ast.Comment postcomment)
- Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTBasicLongLiteralBuilder>
-
uncheckedBuild
public ASTBasicLongLiteral uncheckedBuild()
-
-