Class ASTMCMapTypeBuilderTOP
- java.lang.Object
-
- de.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
- de.monticore.types.mccollectiontypes._ast.ASTMCMapTypeBuilderTOP
-
- Direct Known Subclasses:
ASTMCMapTypeBuilder
public abstract class ASTMCMapTypeBuilderTOP extends de.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description protected ASTMCTypeArgumentkeyprotected ASTMCMapTypeBuilderrealBuilderprotected ASTMCTypeArgumentvalue
-
Constructor Summary
Constructors Constructor Description ASTMCMapTypeBuilderTOP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTMCMapTypeBuilderadd_PostComment(int index, de.monticore.ast.Comment postcomment)ASTMCMapTypeBuilderadd_PostComment(de.monticore.ast.Comment postcomment)ASTMCMapTypeBuilderadd_PreComment(int index, de.monticore.ast.Comment precomment)ASTMCMapTypeBuilderadd_PreComment(de.monticore.ast.Comment precomment)ASTMCMapTypeBuilderaddAll_PostComments(int index, java.util.Collection<de.monticore.ast.Comment> postcomments)ASTMCMapTypeBuilderaddAll_PostComments(java.util.Collection<de.monticore.ast.Comment> postcomments)ASTMCMapTypeBuilderaddAll_PreComments(int index, java.util.Collection<de.monticore.ast.Comment> precomments)ASTMCMapTypeBuilderaddAll_PreComments(java.util.Collection<de.monticore.ast.Comment> precomments)ASTMCMapTypebuild()ASTMCMapTypeBuilderclear_PostComments()ASTMCMapTypeBuilderclear_PreComments()ASTMCMapTypeBuilderforEach_PostComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)ASTMCMapTypeBuilderforEach_PreComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)ASTMCTypeArgumentgetKey()ASTMCTypeArgumentgetValue()booleanisValid()ASTMCMapTypeBuilderremove_PostComment(int index)ASTMCMapTypeBuilderremove_PostComment(java.lang.Object element)ASTMCMapTypeBuilderremove_PreComment(int index)ASTMCMapTypeBuilderremove_PreComment(java.lang.Object element)ASTMCMapTypeBuilderremoveAll_PostComments(java.util.Collection<?> element)ASTMCMapTypeBuilderremoveAll_PreComments(java.util.Collection<?> element)ASTMCMapTypeBuilderremoveIf_PostComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)ASTMCMapTypeBuilderremoveIf_PreComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)ASTMCMapTypeBuilderreplaceAll_PostComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)ASTMCMapTypeBuilderreplaceAll_PreComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)ASTMCMapTypeBuilderretainAll_PostComments(java.util.Collection<?> element)ASTMCMapTypeBuilderretainAll_PreComments(java.util.Collection<?> element)ASTMCMapTypeBuilderset_PostComment(int index, de.monticore.ast.Comment postcomment)ASTMCMapTypeBuilderset_PostCommentList(java.util.List<de.monticore.ast.Comment> postComments)ASTMCMapTypeBuilderset_PreComment(int index, de.monticore.ast.Comment precomment)ASTMCMapTypeBuilderset_PreCommentList(java.util.List<de.monticore.ast.Comment> preComments)ASTMCMapTypeBuilderset_SourcePositionEnd(de.se_rwth.commons.SourcePosition end)ASTMCMapTypeBuilderset_SourcePositionEndAbsent()ASTMCMapTypeBuilderset_SourcePositionStart(de.se_rwth.commons.SourcePosition start)ASTMCMapTypeBuilderset_SourcePositionStartAbsent()ASTMCMapTypeBuildersetKey(ASTMCTypeArgument key)ASTMCMapTypeBuildersetValue(ASTMCTypeArgument value)ASTMCMapTypeBuildersort_PostComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)ASTMCMapTypeBuildersort_PreComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)ASTMCMapTypeuncheckedBuild()-
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 ASTMCMapTypeBuilder realBuilder
-
key
protected ASTMCTypeArgument key
-
value
protected ASTMCTypeArgument value
-
-
Method Detail
-
build
public ASTMCMapType build()
-
isValid
public boolean isValid()
-
getKey
public ASTMCTypeArgument getKey()
-
getValue
public ASTMCTypeArgument getValue()
-
setKey
public ASTMCMapTypeBuilder setKey(ASTMCTypeArgument key)
-
setValue
public ASTMCMapTypeBuilder setValue(ASTMCTypeArgument value)
-
set_SourcePositionEnd
public ASTMCMapTypeBuilder set_SourcePositionEnd(de.se_rwth.commons.SourcePosition end)
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_SourcePositionEndAbsent
public ASTMCMapTypeBuilder set_SourcePositionEndAbsent()
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_SourcePositionStart
public ASTMCMapTypeBuilder set_SourcePositionStart(de.se_rwth.commons.SourcePosition start)
- Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_SourcePositionStartAbsent
public ASTMCMapTypeBuilder set_SourcePositionStartAbsent()
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
clear_PreComments
public ASTMCMapTypeBuilder clear_PreComments()
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
add_PreComment
public ASTMCMapTypeBuilder add_PreComment(de.monticore.ast.Comment precomment)
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
add_PreComment
public ASTMCMapTypeBuilder add_PreComment(int index, de.monticore.ast.Comment precomment)
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
addAll_PreComments
public ASTMCMapTypeBuilder addAll_PreComments(java.util.Collection<de.monticore.ast.Comment> precomments)
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
addAll_PreComments
public ASTMCMapTypeBuilder addAll_PreComments(int index, java.util.Collection<de.monticore.ast.Comment> precomments)
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
remove_PreComment
public ASTMCMapTypeBuilder remove_PreComment(java.lang.Object element)
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
remove_PreComment
public ASTMCMapTypeBuilder remove_PreComment(int index)
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
removeAll_PreComments
public ASTMCMapTypeBuilder removeAll_PreComments(java.util.Collection<?> element)
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
retainAll_PreComments
public ASTMCMapTypeBuilder retainAll_PreComments(java.util.Collection<?> element)
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
removeIf_PreComment
public ASTMCMapTypeBuilder removeIf_PreComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
- Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
forEach_PreComments
public ASTMCMapTypeBuilder forEach_PreComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
- Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
replaceAll_PreComments
public ASTMCMapTypeBuilder replaceAll_PreComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
- Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
sort_PreComments
public ASTMCMapTypeBuilder sort_PreComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
- Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_PreCommentList
public ASTMCMapTypeBuilder set_PreCommentList(java.util.List<de.monticore.ast.Comment> preComments)
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_PreComment
public ASTMCMapTypeBuilder set_PreComment(int index, de.monticore.ast.Comment precomment)
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
clear_PostComments
public ASTMCMapTypeBuilder clear_PostComments()
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
add_PostComment
public ASTMCMapTypeBuilder add_PostComment(de.monticore.ast.Comment postcomment)
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
add_PostComment
public ASTMCMapTypeBuilder add_PostComment(int index, de.monticore.ast.Comment postcomment)
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
addAll_PostComments
public ASTMCMapTypeBuilder addAll_PostComments(java.util.Collection<de.monticore.ast.Comment> postcomments)
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
addAll_PostComments
public ASTMCMapTypeBuilder addAll_PostComments(int index, java.util.Collection<de.monticore.ast.Comment> postcomments)
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
remove_PostComment
public ASTMCMapTypeBuilder remove_PostComment(java.lang.Object element)
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
remove_PostComment
public ASTMCMapTypeBuilder remove_PostComment(int index)
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
removeAll_PostComments
public ASTMCMapTypeBuilder removeAll_PostComments(java.util.Collection<?> element)
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
retainAll_PostComments
public ASTMCMapTypeBuilder retainAll_PostComments(java.util.Collection<?> element)
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
removeIf_PostComment
public ASTMCMapTypeBuilder removeIf_PostComment(java.util.function.Predicate<? super de.monticore.ast.Comment> filter)
- Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
forEach_PostComments
public ASTMCMapTypeBuilder forEach_PostComments(java.util.function.Consumer<? super de.monticore.ast.Comment> action)
- Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
replaceAll_PostComments
public ASTMCMapTypeBuilder replaceAll_PostComments(java.util.function.UnaryOperator<de.monticore.ast.Comment> operator)
- Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
sort_PostComments
public ASTMCMapTypeBuilder sort_PostComments(java.util.Comparator<? super de.monticore.ast.Comment> comparator)
- Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_PostCommentList
public ASTMCMapTypeBuilder set_PostCommentList(java.util.List<de.monticore.ast.Comment> postComments)
- Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
set_PostComment
public ASTMCMapTypeBuilder set_PostComment(int index, de.monticore.ast.Comment postcomment)
- Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCMapTypeBuilder>
-
uncheckedBuild
public ASTMCMapType uncheckedBuild()
-
-