Package de.monticore.javalight._ast
Class ASTThrowsBuilder
java.lang.Object
de.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
de.monticore.javalight._ast.ASTThrowsBuilder
-
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) addAllMCQualifiedNames(int index, Collection<? extends ASTMCQualifiedName> collection) addAllMCQualifiedNames(Collection<? extends ASTMCQualifiedName> collection) addMCQualifiedName(int index, ASTMCQualifiedName element) addMCQualifiedName(ASTMCQualifiedName element) build()booleancontainsAllMCQualifiedNames(Collection<?> collection) booleancontainsMCQualifiedName(Object element) booleanforEach_PostComments(Consumer<? super de.monticore.ast.Comment> action) forEach_PreComments(Consumer<? super de.monticore.ast.Comment> action) forEachMCQualifiedNames(Consumer<? super ASTMCQualifiedName> action) getMCQualifiedName(int index) intintindexOfMCQualifiedName(Object element) booleanbooleanisValid()intlastIndexOfMCQualifiedName(Object element) listIteratorMCQualifiedNames(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) removeAllMCQualifiedNames(Collection<?> collection) removeIf_PostComment(Predicate<? super de.monticore.ast.Comment> filter) removeIf_PreComment(Predicate<? super de.monticore.ast.Comment> filter) removeIfMCQualifiedName(Predicate<? super ASTMCQualifiedName> filter) removeMCQualifiedName(int index) removeMCQualifiedName(Object element) replaceAll_PostComments(UnaryOperator<de.monticore.ast.Comment> operator) replaceAll_PreComments(UnaryOperator<de.monticore.ast.Comment> operator) retainAll_PostComments(Collection<?> element) retainAll_PreComments(Collection<?> element) retainAllMCQualifiedNames(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) setMCQualifiedName(int index, ASTMCQualifiedName element) setMCQualifiedNamesList(List<ASTMCQualifiedName> mCQualifiedNames) intsort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) sortMCQualifiedNames(Comparator<? super ASTMCQualifiedName> comparator) subListMCQualifiedNames(int start, int end) Object[]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
-
mCQualifiedNames
-
-
Constructor Details
-
ASTThrowsBuilder
public ASTThrowsBuilder()
-
-
Method Details
-
build
-
isValid
public boolean isValid() -
containsMCQualifiedName
-
containsAllMCQualifiedNames
-
isEmptyMCQualifiedNames
public boolean isEmptyMCQualifiedNames() -
iteratorMCQualifiedNames
-
sizeMCQualifiedNames
public int sizeMCQualifiedNames() -
toArrayMCQualifiedNames
-
toArrayMCQualifiedNames
-
spliteratorMCQualifiedNames
-
streamMCQualifiedNames
-
parallelStreamMCQualifiedNames
-
getMCQualifiedName
-
indexOfMCQualifiedName
-
lastIndexOfMCQualifiedName
-
equalsMCQualifiedNames
-
hashCodeMCQualifiedNames
public int hashCodeMCQualifiedNames() -
listIteratorMCQualifiedNames
-
listIteratorMCQualifiedNames
-
subListMCQualifiedNames
-
getMCQualifiedNameList
-
clearMCQualifiedNames
-
addMCQualifiedName
-
addAllMCQualifiedNames
-
removeMCQualifiedName
-
removeAllMCQualifiedNames
-
retainAllMCQualifiedNames
-
removeIfMCQualifiedName
-
forEachMCQualifiedNames
-
addMCQualifiedName
-
addAllMCQualifiedNames
public ASTThrowsBuilder addAllMCQualifiedNames(int index, Collection<? extends ASTMCQualifiedName> collection) -
removeMCQualifiedName
-
setMCQualifiedName
-
replaceAllMCQualifiedNames
-
sortMCQualifiedNames
-
setMCQualifiedNamesList
-
set_SourcePositionEnd
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_SourcePositionEndAbsent
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_SourcePositionStart
- Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_SourcePositionStartAbsent
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
clear_PreComments
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
addAll_PreComments
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
addAll_PreComments
public ASTThrowsBuilder addAll_PreComments(int index, Collection<de.monticore.ast.Comment> precomments) - Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
removeAll_PreComments
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
retainAll_PreComments
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
removeIf_PreComment
- Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
forEach_PreComments
- Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
replaceAll_PreComments
- Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
sort_PreComments
- Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_PreCommentList
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_PreComment
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
clear_PostComments
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
addAll_PostComments
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
addAll_PostComments
public ASTThrowsBuilder addAll_PostComments(int index, Collection<de.monticore.ast.Comment> postcomments) - Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
removeAll_PostComments
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
retainAll_PostComments
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
removeIf_PostComment
- Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
forEach_PostComments
- Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
replaceAll_PostComments
- Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
sort_PostComments
- Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_PostCommentList
- Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
set_PostComment
- Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTThrowsBuilder>
-
uncheckedBuild
-