Class ASTMCFunctionParTypesBuilder
java.lang.Object
de.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
de.monticore.types.mcfunctiontypes._ast.ASTMCFunctionParTypesBuilder
public class ASTMCFunctionParTypesBuilder
extends de.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
Field Summary
FieldsFields inherited from class de.monticore.ast.ASTNodeBuilder
postcomments, precomments, sourcePositionEnd, sourcePositionStart -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd_PostComment(int index, de.monticore.ast.Comment postcomment) add_PostComment(de.monticore.ast.Comment postcomment) add_PreComment(int index, de.monticore.ast.Comment precomment) add_PreComment(de.monticore.ast.Comment precomment) addAll_PostComments(int index, Collection<de.monticore.ast.Comment> postcomments) addAll_PostComments(Collection<de.monticore.ast.Comment> postcomments) addAll_PreComments(int index, Collection<de.monticore.ast.Comment> precomments) addAll_PreComments(Collection<de.monticore.ast.Comment> precomments) addAllMCTypes(int index, Collection<? extends ASTMCType> collection) addAllMCTypes(Collection<? extends ASTMCType> collection) build()booleancontainsAllMCTypes(Collection<?> collection) booleancontainsMCType(Object element) booleanforEach_PostComments(Consumer<? super de.monticore.ast.Comment> action) forEach_PreComments(Consumer<? super de.monticore.ast.Comment> action) forEachMCTypes(Consumer<? super ASTMCType> action) getMCType(int index) intintindexOfMCType(Object element) booleanbooleanbooleanisValid()intlastIndexOfMCType(Object element) listIteratorMCTypes(int index) remove_PostComment(int index) remove_PostComment(Object element) remove_PreComment(int index) remove_PreComment(Object element) removeAll_PostComments(Collection<?> element) removeAll_PreComments(Collection<?> element) removeAllMCTypes(Collection<?> collection) removeIf_PostComment(Predicate<? super de.monticore.ast.Comment> filter) removeIf_PreComment(Predicate<? super de.monticore.ast.Comment> filter) removeIfMCType(Predicate<? super ASTMCType> filter) removeMCType(int index) removeMCType(Object element) replaceAll_PostComments(UnaryOperator<de.monticore.ast.Comment> operator) replaceAll_PreComments(UnaryOperator<de.monticore.ast.Comment> operator) replaceAllMCTypes(UnaryOperator<ASTMCType> operator) retainAll_PostComments(Collection<?> element) retainAll_PreComments(Collection<?> element) retainAllMCTypes(Collection<?> collection) set_PostComment(int index, de.monticore.ast.Comment postcomment) set_PostCommentList(List<de.monticore.ast.Comment> postComments) set_PreComment(int index, de.monticore.ast.Comment precomment) set_PreCommentList(List<de.monticore.ast.Comment> preComments) set_SourcePositionEnd(de.se_rwth.commons.SourcePosition end) set_SourcePositionStart(de.se_rwth.commons.SourcePosition start) setIsElliptic(String isElliptic) setMCTypesList(List<ASTMCType> mCTypes) intsort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) sortMCTypes(Comparator<? super ASTMCType> comparator) subListMCTypes(int start, int end) Object[]toArrayMCTypes(ASTMCType[] array) 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 Details
-
realBuilder
-
mCTypes
-
isElliptic
-
-
Constructor Details
-
ASTMCFunctionParTypesBuilder
public ASTMCFunctionParTypesBuilder()
-
-
Method Details
-
build
-
isValid
public boolean isValid() -
containsMCType
-
containsAllMCTypes
-
isEmptyMCTypes
public boolean isEmptyMCTypes() -
iteratorMCTypes
-
sizeMCTypes
public int sizeMCTypes() -
toArrayMCTypes
-
toArrayMCTypes
-
spliteratorMCTypes
-
streamMCTypes
-
parallelStreamMCTypes
-
getMCType
-
indexOfMCType
-
lastIndexOfMCType
-
equalsMCTypes
-
hashCodeMCTypes
public int hashCodeMCTypes() -
listIteratorMCTypes
-
listIteratorMCTypes
-
subListMCTypes
-
getMCTypeList
-
getIsElliptic
-
isPresentIsElliptic
public boolean isPresentIsElliptic() -
clearMCTypes
-
addMCType
-
addAllMCTypes
-
removeMCType
-
removeAllMCTypes
-
retainAllMCTypes
-
removeIfMCType
-
forEachMCTypes
-
addMCType
-
addAllMCTypes
public ASTMCFunctionParTypesBuilder addAllMCTypes(int index, Collection<? extends ASTMCType> collection) -
removeMCType
-
setMCType
-
replaceAllMCTypes
-
sortMCTypes
-
setMCTypesList
-
setIsElliptic
-
setIsEllipticAbsent
-
set_SourcePositionEnd
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_SourcePositionEndAbsent
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_SourcePositionStart
public ASTMCFunctionParTypesBuilder set_SourcePositionStart(de.se_rwth.commons.SourcePosition start) - Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_SourcePositionStartAbsent
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
clear_PreComments
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
addAll_PreComments
public ASTMCFunctionParTypesBuilder addAll_PreComments(Collection<de.monticore.ast.Comment> precomments) - Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
addAll_PreComments
public ASTMCFunctionParTypesBuilder addAll_PreComments(int index, Collection<de.monticore.ast.Comment> precomments) - Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
removeAll_PreComments
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
retainAll_PreComments
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
removeIf_PreComment
public ASTMCFunctionParTypesBuilder removeIf_PreComment(Predicate<? super de.monticore.ast.Comment> filter) - Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
forEach_PreComments
public ASTMCFunctionParTypesBuilder forEach_PreComments(Consumer<? super de.monticore.ast.Comment> action) - Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
replaceAll_PreComments
public ASTMCFunctionParTypesBuilder replaceAll_PreComments(UnaryOperator<de.monticore.ast.Comment> operator) - Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
sort_PreComments
public ASTMCFunctionParTypesBuilder sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) - Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_PreCommentList
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_PreComment
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
clear_PostComments
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
add_PostComment
public ASTMCFunctionParTypesBuilder add_PostComment(int index, de.monticore.ast.Comment postcomment) - Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
addAll_PostComments
public ASTMCFunctionParTypesBuilder addAll_PostComments(Collection<de.monticore.ast.Comment> postcomments) - Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
addAll_PostComments
public ASTMCFunctionParTypesBuilder addAll_PostComments(int index, Collection<de.monticore.ast.Comment> postcomments) - Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
removeAll_PostComments
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
retainAll_PostComments
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
removeIf_PostComment
public ASTMCFunctionParTypesBuilder removeIf_PostComment(Predicate<? super de.monticore.ast.Comment> filter) - Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
forEach_PostComments
public ASTMCFunctionParTypesBuilder forEach_PostComments(Consumer<? super de.monticore.ast.Comment> action) - Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
replaceAll_PostComments
public ASTMCFunctionParTypesBuilder replaceAll_PostComments(UnaryOperator<de.monticore.ast.Comment> operator) - Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
sort_PostComments
public ASTMCFunctionParTypesBuilder sort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) - Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_PostCommentList
public ASTMCFunctionParTypesBuilder set_PostCommentList(List<de.monticore.ast.Comment> postComments) - Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
set_PostComment
public ASTMCFunctionParTypesBuilder set_PostComment(int index, de.monticore.ast.Comment postcomment) - Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTMCFunctionParTypesBuilder>
-
uncheckedBuild
-