Class ASTAbstractProdBuilder
java.lang.Object
de.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
de.monticore.grammar.grammar._ast.ASTAbstractProdBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ASTGrammarAnnotation> protected Stringprotected ASTAbstractProdBuilderprotected List<ASTRuleReference> protected List<ASTRuleReference> protected List<ASTSymbolDefinition> Fields 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) addAllAlt(int index, Collection<? extends ASTAlt> collection) addAllAlt(Collection<? extends ASTAlt> collection) addAllASTSuperClass(int index, Collection<? extends ASTMCType> collection) addAllASTSuperClass(Collection<? extends ASTMCType> collection) addAllASTSuperInterface(int index, Collection<? extends ASTMCType> collection) addAllASTSuperInterface(Collection<? extends ASTMCType> collection) addAllGrammarAnnotations(int index, Collection<? extends ASTGrammarAnnotation> collection) addAllGrammarAnnotations(Collection<? extends ASTGrammarAnnotation> collection) addAllSuperInterfaceRule(int index, Collection<? extends ASTRuleReference> collection) addAllSuperInterfaceRule(Collection<? extends ASTRuleReference> collection) addAllSuperRule(int index, Collection<? extends ASTRuleReference> collection) addAllSuperRule(Collection<? extends ASTRuleReference> collection) addAllSymbolDefinitions(int index, Collection<? extends ASTSymbolDefinition> collection) addAllSymbolDefinitions(Collection<? extends ASTSymbolDefinition> collection) addASTSuperClass(int index, ASTMCType element) addASTSuperClass(ASTMCType element) addASTSuperInterface(int index, ASTMCType element) addASTSuperInterface(ASTMCType element) addGrammarAnnotation(int index, ASTGrammarAnnotation element) addGrammarAnnotation(ASTGrammarAnnotation element) addSuperInterfaceRule(int index, ASTRuleReference element) addSuperInterfaceRule(ASTRuleReference element) addSuperRule(int index, ASTRuleReference element) addSuperRule(ASTRuleReference element) addSymbolDefinition(int index, ASTSymbolDefinition element) addSymbolDefinition(ASTSymbolDefinition element) build()clearAlt()booleancontainsAllAlt(Collection<?> collection) booleancontainsAllASTSuperClass(Collection<?> collection) booleancontainsAllASTSuperInterface(Collection<?> collection) booleancontainsAllGrammarAnnotations(Collection<?> collection) booleancontainsAllSuperInterfaceRule(Collection<?> collection) booleancontainsAllSuperRule(Collection<?> collection) booleancontainsAllSymbolDefinitions(Collection<?> collection) booleancontainsAlt(Object element) booleancontainsASTSuperClass(Object element) booleancontainsASTSuperInterface(Object element) booleancontainsGrammarAnnotation(Object element) booleancontainsSuperInterfaceRule(Object element) booleancontainsSuperRule(Object element) booleancontainsSymbolDefinition(Object element) booleanbooleanbooleanbooleanbooleanbooleanbooleanforEach_PostComments(Consumer<? super de.monticore.ast.Comment> action) forEach_PreComments(Consumer<? super de.monticore.ast.Comment> action) forEachAlt(Consumer<? super ASTAlt> action) forEachASTSuperClass(Consumer<? super ASTMCType> action) forEachASTSuperInterface(Consumer<? super ASTMCType> action) forEachGrammarAnnotations(Consumer<? super ASTGrammarAnnotation> action) forEachSuperInterfaceRule(Consumer<? super ASTRuleReference> action) forEachSuperRule(Consumer<? super ASTRuleReference> action) forEachSymbolDefinitions(Consumer<? super ASTSymbolDefinition> action) getAlt(int index) getASTSuperClass(int index) getASTSuperInterface(int index) getGrammarAnnotation(int index) getName()getSuperInterfaceRule(int index) getSuperRule(int index) getSymbolDefinition(int index) intintintintintintintintindexOfAlt(Object element) intindexOfASTSuperClass(Object element) intindexOfASTSuperInterface(Object element) intindexOfGrammarAnnotation(Object element) intindexOfSuperInterfaceRule(Object element) intindexOfSuperRule(Object element) intindexOfSymbolDefinition(Object element) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisValid()intlastIndexOfAlt(Object element) intlastIndexOfASTSuperClass(Object element) intlastIndexOfASTSuperInterface(Object element) intlastIndexOfGrammarAnnotation(Object element) intlastIndexOfSuperInterfaceRule(Object element) intlastIndexOfSuperRule(Object element) intlastIndexOfSymbolDefinition(Object element) listIteratorAlt(int index) listIteratorASTSuperClass(int index) listIteratorASTSuperInterface(int index) listIteratorGrammarAnnotations(int index) listIteratorSuperInterfaceRule(int index) listIteratorSuperRule(int index) listIteratorSymbolDefinitions(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) removeAllAlt(Collection<?> collection) removeAllASTSuperClass(Collection<?> collection) removeAllASTSuperInterface(Collection<?> collection) removeAllGrammarAnnotations(Collection<?> collection) removeAllSuperInterfaceRule(Collection<?> collection) removeAllSuperRule(Collection<?> collection) removeAllSymbolDefinitions(Collection<?> collection) removeAlt(int index) removeASTSuperClass(int index) removeASTSuperClass(Object element) removeASTSuperInterface(int index) removeASTSuperInterface(Object element) removeGrammarAnnotation(int index) removeGrammarAnnotation(Object element) removeIf_PostComment(Predicate<? super de.monticore.ast.Comment> filter) removeIf_PreComment(Predicate<? super de.monticore.ast.Comment> filter) removeIfAlt(Predicate<? super ASTAlt> filter) removeIfASTSuperClass(Predicate<? super ASTMCType> filter) removeIfASTSuperInterface(Predicate<? super ASTMCType> filter) removeIfGrammarAnnotation(Predicate<? super ASTGrammarAnnotation> filter) removeIfSuperInterfaceRule(Predicate<? super ASTRuleReference> filter) removeIfSuperRule(Predicate<? super ASTRuleReference> filter) removeIfSymbolDefinition(Predicate<? super ASTSymbolDefinition> filter) removeSuperInterfaceRule(int index) removeSuperInterfaceRule(Object element) removeSuperRule(int index) removeSuperRule(Object element) removeSymbolDefinition(int index) removeSymbolDefinition(Object element) replaceAll_PostComments(UnaryOperator<de.monticore.ast.Comment> operator) replaceAll_PreComments(UnaryOperator<de.monticore.ast.Comment> operator) replaceAllAlt(UnaryOperator<ASTAlt> operator) replaceAllASTSuperClass(UnaryOperator<ASTMCType> operator) replaceAllASTSuperInterface(UnaryOperator<ASTMCType> operator) replaceAllSuperRule(UnaryOperator<ASTRuleReference> operator) retainAll_PostComments(Collection<?> element) retainAll_PreComments(Collection<?> element) retainAllAlt(Collection<?> collection) retainAllASTSuperClass(Collection<?> collection) retainAllASTSuperInterface(Collection<?> collection) retainAllGrammarAnnotations(Collection<?> collection) retainAllSuperInterfaceRule(Collection<?> collection) retainAllSuperRule(Collection<?> collection) retainAllSymbolDefinitions(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) setAltList(List<ASTAlt> alt) setASTSuperClass(int index, ASTMCType element) setASTSuperClassList(List<ASTMCType> aSTSuperClass) setASTSuperInterface(int index, ASTMCType element) setASTSuperInterfaceList(List<ASTMCType> aSTSuperInterface) setGrammarAnnotation(int index, ASTGrammarAnnotation element) setGrammarAnnotationsList(List<ASTGrammarAnnotation> grammarAnnotations) setSuperInterfaceRule(int index, ASTRuleReference element) setSuperInterfaceRuleList(List<ASTRuleReference> superInterfaceRule) setSuperRule(int index, ASTRuleReference element) setSuperRuleList(List<ASTRuleReference> superRule) setSymbolDefinition(int index, ASTSymbolDefinition element) setSymbolDefinitionsList(List<ASTSymbolDefinition> symbolDefinitions) intsizeAlt()intintintintintintsort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) sortAlt(Comparator<? super ASTAlt> comparator) sortASTSuperClass(Comparator<? super ASTMCType> comparator) sortASTSuperInterface(Comparator<? super ASTMCType> comparator) sortGrammarAnnotations(Comparator<? super ASTGrammarAnnotation> comparator) sortSuperInterfaceRule(Comparator<? super ASTRuleReference> comparator) sortSuperRule(Comparator<? super ASTRuleReference> comparator) sortSymbolDefinitions(Comparator<? super ASTSymbolDefinition> comparator) subListAlt(int start, int end) subListASTSuperClass(int start, int end) subListASTSuperInterface(int start, int end) subListGrammarAnnotations(int start, int end) subListSuperInterfaceRule(int start, int end) subListSuperRule(int start, int end) subListSymbolDefinitions(int start, int end) Object[]ASTAlt[]toArrayAlt(ASTAlt[] array) Object[]toArrayASTSuperClass(ASTMCType[] array) Object[]toArrayASTSuperInterface(ASTMCType[] array) Object[]Object[]Object[]toArraySuperRule(ASTRuleReference[] array) 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
-
grammarAnnotations
-
symbolDefinitions
-
name
-
superRule
-
superInterfaceRule
-
aSTSuperClass
-
aSTSuperInterface
-
alt
-
-
Constructor Details
-
ASTAbstractProdBuilder
public ASTAbstractProdBuilder()
-
-
Method Details
-
build
-
isValid
public boolean isValid() -
containsGrammarAnnotation
-
containsAllGrammarAnnotations
-
isEmptyGrammarAnnotations
public boolean isEmptyGrammarAnnotations() -
iteratorGrammarAnnotations
-
sizeGrammarAnnotations
public int sizeGrammarAnnotations() -
toArrayGrammarAnnotations
-
toArrayGrammarAnnotations
-
spliteratorGrammarAnnotations
-
streamGrammarAnnotations
-
parallelStreamGrammarAnnotations
-
getGrammarAnnotation
-
indexOfGrammarAnnotation
-
lastIndexOfGrammarAnnotation
-
equalsGrammarAnnotations
-
hashCodeGrammarAnnotations
public int hashCodeGrammarAnnotations() -
listIteratorGrammarAnnotations
-
listIteratorGrammarAnnotations
-
subListGrammarAnnotations
-
getGrammarAnnotationList
-
containsSymbolDefinition
-
containsAllSymbolDefinitions
-
isEmptySymbolDefinitions
public boolean isEmptySymbolDefinitions() -
iteratorSymbolDefinitions
-
sizeSymbolDefinitions
public int sizeSymbolDefinitions() -
toArraySymbolDefinitions
-
toArraySymbolDefinitions
-
spliteratorSymbolDefinitions
-
streamSymbolDefinitions
-
parallelStreamSymbolDefinitions
-
getSymbolDefinition
-
indexOfSymbolDefinition
-
lastIndexOfSymbolDefinition
-
equalsSymbolDefinitions
-
hashCodeSymbolDefinitions
public int hashCodeSymbolDefinitions() -
listIteratorSymbolDefinitions
-
listIteratorSymbolDefinitions
-
subListSymbolDefinitions
-
getSymbolDefinitionList
-
getName
-
containsSuperRule
-
containsAllSuperRule
-
isEmptySuperRule
public boolean isEmptySuperRule() -
iteratorSuperRule
-
sizeSuperRule
public int sizeSuperRule() -
toArraySuperRule
-
toArraySuperRule
-
spliteratorSuperRule
-
streamSuperRule
-
parallelStreamSuperRule
-
getSuperRule
-
indexOfSuperRule
-
lastIndexOfSuperRule
-
equalsSuperRule
-
hashCodeSuperRule
public int hashCodeSuperRule() -
listIteratorSuperRule
-
listIteratorSuperRule
-
subListSuperRule
-
getSuperRuleList
-
containsSuperInterfaceRule
-
containsAllSuperInterfaceRule
-
isEmptySuperInterfaceRule
public boolean isEmptySuperInterfaceRule() -
iteratorSuperInterfaceRule
-
sizeSuperInterfaceRule
public int sizeSuperInterfaceRule() -
toArraySuperInterfaceRule
-
toArraySuperInterfaceRule
-
spliteratorSuperInterfaceRule
-
streamSuperInterfaceRule
-
parallelStreamSuperInterfaceRule
-
getSuperInterfaceRule
-
indexOfSuperInterfaceRule
-
lastIndexOfSuperInterfaceRule
-
equalsSuperInterfaceRule
-
hashCodeSuperInterfaceRule
public int hashCodeSuperInterfaceRule() -
listIteratorSuperInterfaceRule
-
listIteratorSuperInterfaceRule
-
subListSuperInterfaceRule
-
getSuperInterfaceRuleList
-
containsASTSuperClass
-
containsAllASTSuperClass
-
isEmptyASTSuperClass
public boolean isEmptyASTSuperClass() -
iteratorASTSuperClass
-
sizeASTSuperClass
public int sizeASTSuperClass() -
toArrayASTSuperClass
-
toArrayASTSuperClass
-
spliteratorASTSuperClass
-
streamASTSuperClass
-
parallelStreamASTSuperClass
-
getASTSuperClass
-
indexOfASTSuperClass
-
lastIndexOfASTSuperClass
-
equalsASTSuperClass
-
hashCodeASTSuperClass
public int hashCodeASTSuperClass() -
listIteratorASTSuperClass
-
listIteratorASTSuperClass
-
subListASTSuperClass
-
getASTSuperClassList
-
containsASTSuperInterface
-
containsAllASTSuperInterface
-
isEmptyASTSuperInterface
public boolean isEmptyASTSuperInterface() -
iteratorASTSuperInterface
-
sizeASTSuperInterface
public int sizeASTSuperInterface() -
toArrayASTSuperInterface
-
toArrayASTSuperInterface
-
spliteratorASTSuperInterface
-
streamASTSuperInterface
-
parallelStreamASTSuperInterface
-
getASTSuperInterface
-
indexOfASTSuperInterface
-
lastIndexOfASTSuperInterface
-
equalsASTSuperInterface
-
hashCodeASTSuperInterface
public int hashCodeASTSuperInterface() -
listIteratorASTSuperInterface
-
listIteratorASTSuperInterface
-
subListASTSuperInterface
-
getASTSuperInterfaceList
-
containsAlt
-
containsAllAlt
-
isEmptyAlt
public boolean isEmptyAlt() -
iteratorAlt
-
sizeAlt
public int sizeAlt() -
toArrayAlt
-
toArrayAlt
-
spliteratorAlt
-
streamAlt
-
parallelStreamAlt
-
getAlt
-
indexOfAlt
-
lastIndexOfAlt
-
equalsAlt
-
hashCodeAlt
public int hashCodeAlt() -
listIteratorAlt
-
listIteratorAlt
-
subListAlt
-
getAltList
-
clearGrammarAnnotations
-
addGrammarAnnotation
-
addAllGrammarAnnotations
public ASTAbstractProdBuilder addAllGrammarAnnotations(Collection<? extends ASTGrammarAnnotation> collection) -
removeGrammarAnnotation
-
removeAllGrammarAnnotations
-
retainAllGrammarAnnotations
-
removeIfGrammarAnnotation
public ASTAbstractProdBuilder removeIfGrammarAnnotation(Predicate<? super ASTGrammarAnnotation> filter) -
forEachGrammarAnnotations
public ASTAbstractProdBuilder forEachGrammarAnnotations(Consumer<? super ASTGrammarAnnotation> action) -
addGrammarAnnotation
-
addAllGrammarAnnotations
public ASTAbstractProdBuilder addAllGrammarAnnotations(int index, Collection<? extends ASTGrammarAnnotation> collection) -
removeGrammarAnnotation
-
setGrammarAnnotation
-
replaceAllGrammarAnnotations
public ASTAbstractProdBuilder replaceAllGrammarAnnotations(UnaryOperator<ASTGrammarAnnotation> operator) -
sortGrammarAnnotations
public ASTAbstractProdBuilder sortGrammarAnnotations(Comparator<? super ASTGrammarAnnotation> comparator) -
setGrammarAnnotationsList
public ASTAbstractProdBuilder setGrammarAnnotationsList(List<ASTGrammarAnnotation> grammarAnnotations) -
clearSymbolDefinitions
-
addSymbolDefinition
-
addAllSymbolDefinitions
public ASTAbstractProdBuilder addAllSymbolDefinitions(Collection<? extends ASTSymbolDefinition> collection) -
removeSymbolDefinition
-
removeAllSymbolDefinitions
-
retainAllSymbolDefinitions
-
removeIfSymbolDefinition
public ASTAbstractProdBuilder removeIfSymbolDefinition(Predicate<? super ASTSymbolDefinition> filter) -
forEachSymbolDefinitions
public ASTAbstractProdBuilder forEachSymbolDefinitions(Consumer<? super ASTSymbolDefinition> action) -
addSymbolDefinition
-
addAllSymbolDefinitions
public ASTAbstractProdBuilder addAllSymbolDefinitions(int index, Collection<? extends ASTSymbolDefinition> collection) -
removeSymbolDefinition
-
setSymbolDefinition
-
replaceAllSymbolDefinitions
public ASTAbstractProdBuilder replaceAllSymbolDefinitions(UnaryOperator<ASTSymbolDefinition> operator) -
sortSymbolDefinitions
public ASTAbstractProdBuilder sortSymbolDefinitions(Comparator<? super ASTSymbolDefinition> comparator) -
setSymbolDefinitionsList
-
setName
-
clearSuperRule
-
addSuperRule
-
addAllSuperRule
-
removeSuperRule
-
removeAllSuperRule
-
retainAllSuperRule
-
removeIfSuperRule
-
forEachSuperRule
-
addSuperRule
-
addAllSuperRule
public ASTAbstractProdBuilder addAllSuperRule(int index, Collection<? extends ASTRuleReference> collection) -
removeSuperRule
-
setSuperRule
-
replaceAllSuperRule
-
sortSuperRule
-
setSuperRuleList
-
clearSuperInterfaceRule
-
addSuperInterfaceRule
-
addAllSuperInterfaceRule
public ASTAbstractProdBuilder addAllSuperInterfaceRule(Collection<? extends ASTRuleReference> collection) -
removeSuperInterfaceRule
-
removeAllSuperInterfaceRule
-
retainAllSuperInterfaceRule
-
removeIfSuperInterfaceRule
public ASTAbstractProdBuilder removeIfSuperInterfaceRule(Predicate<? super ASTRuleReference> filter) -
forEachSuperInterfaceRule
-
addSuperInterfaceRule
-
addAllSuperInterfaceRule
public ASTAbstractProdBuilder addAllSuperInterfaceRule(int index, Collection<? extends ASTRuleReference> collection) -
removeSuperInterfaceRule
-
setSuperInterfaceRule
-
replaceAllSuperInterfaceRule
public ASTAbstractProdBuilder replaceAllSuperInterfaceRule(UnaryOperator<ASTRuleReference> operator) -
sortSuperInterfaceRule
public ASTAbstractProdBuilder sortSuperInterfaceRule(Comparator<? super ASTRuleReference> comparator) -
setSuperInterfaceRuleList
-
clearASTSuperClass
-
addASTSuperClass
-
addAllASTSuperClass
-
removeASTSuperClass
-
removeAllASTSuperClass
-
retainAllASTSuperClass
-
removeIfASTSuperClass
-
forEachASTSuperClass
-
addASTSuperClass
-
addAllASTSuperClass
public ASTAbstractProdBuilder addAllASTSuperClass(int index, Collection<? extends ASTMCType> collection) -
removeASTSuperClass
-
setASTSuperClass
-
replaceAllASTSuperClass
-
sortASTSuperClass
-
setASTSuperClassList
-
clearASTSuperInterface
-
addASTSuperInterface
-
addAllASTSuperInterface
-
removeASTSuperInterface
-
removeAllASTSuperInterface
-
retainAllASTSuperInterface
-
removeIfASTSuperInterface
-
forEachASTSuperInterface
-
addASTSuperInterface
-
addAllASTSuperInterface
public ASTAbstractProdBuilder addAllASTSuperInterface(int index, Collection<? extends ASTMCType> collection) -
removeASTSuperInterface
-
setASTSuperInterface
-
replaceAllASTSuperInterface
-
sortASTSuperInterface
-
setASTSuperInterfaceList
-
clearAlt
-
addAlt
-
addAllAlt
-
removeAlt
-
removeAllAlt
-
retainAllAlt
-
removeIfAlt
-
forEachAlt
-
addAlt
-
addAllAlt
-
removeAlt
-
setAlt
-
replaceAllAlt
-
sortAlt
-
setAltList
-
set_SourcePositionEnd
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_SourcePositionEndAbsent
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_SourcePositionStart
- Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_SourcePositionStartAbsent
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
clear_PreComments
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
addAll_PreComments
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
addAll_PreComments
public ASTAbstractProdBuilder addAll_PreComments(int index, Collection<de.monticore.ast.Comment> precomments) - Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
removeAll_PreComments
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
retainAll_PreComments
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
removeIf_PreComment
public ASTAbstractProdBuilder removeIf_PreComment(Predicate<? super de.monticore.ast.Comment> filter) - Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
forEach_PreComments
public ASTAbstractProdBuilder forEach_PreComments(Consumer<? super de.monticore.ast.Comment> action) - Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
replaceAll_PreComments
public ASTAbstractProdBuilder replaceAll_PreComments(UnaryOperator<de.monticore.ast.Comment> operator) - Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
sort_PreComments
public ASTAbstractProdBuilder sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) - Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_PreCommentList
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_PreComment
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
clear_PostComments
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
addAll_PostComments
public ASTAbstractProdBuilder addAll_PostComments(Collection<de.monticore.ast.Comment> postcomments) - Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
addAll_PostComments
public ASTAbstractProdBuilder addAll_PostComments(int index, Collection<de.monticore.ast.Comment> postcomments) - Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
removeAll_PostComments
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
retainAll_PostComments
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
removeIf_PostComment
public ASTAbstractProdBuilder removeIf_PostComment(Predicate<? super de.monticore.ast.Comment> filter) - Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
forEach_PostComments
public ASTAbstractProdBuilder forEach_PostComments(Consumer<? super de.monticore.ast.Comment> action) - Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
replaceAll_PostComments
public ASTAbstractProdBuilder replaceAll_PostComments(UnaryOperator<de.monticore.ast.Comment> operator) - Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
sort_PostComments
public ASTAbstractProdBuilder sort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) - Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_PostCommentList
- Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
set_PostComment
- Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTAbstractProdBuilder>
-
uncheckedBuild
-