Class ASTClassProdBuilder
java.lang.Object
de.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
de.monticore.grammar.grammar._ast.ASTClassProdBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Optional<ASTActionExt> protected List<ASTGrammarAnnotation> protected Stringprotected ASTClassProdBuilderprotected 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) addAllAlts(int index, Collection<? extends ASTAlt> collection) addAllAlts(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()booleancontainsAllAlts(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) booleanequalsAlts(Object o) booleanbooleanbooleanbooleanbooleanbooleanforEach_PostComments(Consumer<? super de.monticore.ast.Comment> action) forEach_PreComments(Consumer<? super de.monticore.ast.Comment> action) forEachAlts(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) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisValid()intlastIndexOfAlt(Object element) intlastIndexOfASTSuperClass(Object element) intlastIndexOfASTSuperInterface(Object element) intlastIndexOfGrammarAnnotation(Object element) intlastIndexOfSuperInterfaceRule(Object element) intlastIndexOfSuperRule(Object element) intlastIndexOfSymbolDefinition(Object element) listIteratorAlts(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) removeAllAlts(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) replaceAllAlts(UnaryOperator<ASTAlt> operator) replaceAllASTSuperClass(UnaryOperator<ASTMCType> operator) replaceAllASTSuperInterface(UnaryOperator<ASTMCType> operator) replaceAllSuperRule(UnaryOperator<ASTRuleReference> operator) retainAll_PostComments(Collection<?> element) retainAll_PreComments(Collection<?> element) retainAllAlts(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) setAction(ASTActionExt action) setAltsList(List<ASTAlt> alts) 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) intsizeAlts()intintintintintintsort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) sortAlts(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) subListAlts(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[]toArrayAlts(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
-
action
-
alts
-
-
Constructor Details
-
ASTClassProdBuilder
public ASTClassProdBuilder()
-
-
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
-
getAction
-
isPresentAction
public boolean isPresentAction() -
containsAlt
-
containsAllAlts
-
isEmptyAlts
public boolean isEmptyAlts() -
iteratorAlts
-
sizeAlts
public int sizeAlts() -
toArrayAlts
-
toArrayAlts
-
spliteratorAlts
-
streamAlts
-
parallelStreamAlts
-
getAlt
-
indexOfAlt
-
lastIndexOfAlt
-
equalsAlts
-
hashCodeAlts
public int hashCodeAlts() -
listIteratorAlts
-
listIteratorAlts
-
subListAlts
-
getAltList
-
clearGrammarAnnotations
-
addGrammarAnnotation
-
addAllGrammarAnnotations
public ASTClassProdBuilder addAllGrammarAnnotations(Collection<? extends ASTGrammarAnnotation> collection) -
removeGrammarAnnotation
-
removeAllGrammarAnnotations
-
retainAllGrammarAnnotations
-
removeIfGrammarAnnotation
public ASTClassProdBuilder removeIfGrammarAnnotation(Predicate<? super ASTGrammarAnnotation> filter) -
forEachGrammarAnnotations
-
addGrammarAnnotation
-
addAllGrammarAnnotations
public ASTClassProdBuilder addAllGrammarAnnotations(int index, Collection<? extends ASTGrammarAnnotation> collection) -
removeGrammarAnnotation
-
setGrammarAnnotation
-
replaceAllGrammarAnnotations
public ASTClassProdBuilder replaceAllGrammarAnnotations(UnaryOperator<ASTGrammarAnnotation> operator) -
sortGrammarAnnotations
public ASTClassProdBuilder sortGrammarAnnotations(Comparator<? super ASTGrammarAnnotation> comparator) -
setGrammarAnnotationsList
-
clearSymbolDefinitions
-
addSymbolDefinition
-
addAllSymbolDefinitions
public ASTClassProdBuilder addAllSymbolDefinitions(Collection<? extends ASTSymbolDefinition> collection) -
removeSymbolDefinition
-
removeAllSymbolDefinitions
-
retainAllSymbolDefinitions
-
removeIfSymbolDefinition
-
forEachSymbolDefinitions
-
addSymbolDefinition
-
addAllSymbolDefinitions
public ASTClassProdBuilder addAllSymbolDefinitions(int index, Collection<? extends ASTSymbolDefinition> collection) -
removeSymbolDefinition
-
setSymbolDefinition
-
replaceAllSymbolDefinitions
-
sortSymbolDefinitions
public ASTClassProdBuilder sortSymbolDefinitions(Comparator<? super ASTSymbolDefinition> comparator) -
setSymbolDefinitionsList
-
setName
-
clearSuperRule
-
addSuperRule
-
addAllSuperRule
-
removeSuperRule
-
removeAllSuperRule
-
retainAllSuperRule
-
removeIfSuperRule
-
forEachSuperRule
-
addSuperRule
-
addAllSuperRule
public ASTClassProdBuilder addAllSuperRule(int index, Collection<? extends ASTRuleReference> collection) -
removeSuperRule
-
setSuperRule
-
replaceAllSuperRule
-
sortSuperRule
-
setSuperRuleList
-
clearSuperInterfaceRule
-
addSuperInterfaceRule
-
addAllSuperInterfaceRule
public ASTClassProdBuilder addAllSuperInterfaceRule(Collection<? extends ASTRuleReference> collection) -
removeSuperInterfaceRule
-
removeAllSuperInterfaceRule
-
retainAllSuperInterfaceRule
-
removeIfSuperInterfaceRule
-
forEachSuperInterfaceRule
-
addSuperInterfaceRule
-
addAllSuperInterfaceRule
public ASTClassProdBuilder addAllSuperInterfaceRule(int index, Collection<? extends ASTRuleReference> collection) -
removeSuperInterfaceRule
-
setSuperInterfaceRule
-
replaceAllSuperInterfaceRule
-
sortSuperInterfaceRule
-
setSuperInterfaceRuleList
-
clearASTSuperClass
-
addASTSuperClass
-
addAllASTSuperClass
-
removeASTSuperClass
-
removeAllASTSuperClass
-
retainAllASTSuperClass
-
removeIfASTSuperClass
-
forEachASTSuperClass
-
addASTSuperClass
-
addAllASTSuperClass
public ASTClassProdBuilder addAllASTSuperClass(int index, Collection<? extends ASTMCType> collection) -
removeASTSuperClass
-
setASTSuperClass
-
replaceAllASTSuperClass
-
sortASTSuperClass
-
setASTSuperClassList
-
clearASTSuperInterface
-
addASTSuperInterface
-
addAllASTSuperInterface
-
removeASTSuperInterface
-
removeAllASTSuperInterface
-
retainAllASTSuperInterface
-
removeIfASTSuperInterface
-
forEachASTSuperInterface
-
addASTSuperInterface
-
addAllASTSuperInterface
public ASTClassProdBuilder addAllASTSuperInterface(int index, Collection<? extends ASTMCType> collection) -
removeASTSuperInterface
-
setASTSuperInterface
-
replaceAllASTSuperInterface
-
sortASTSuperInterface
-
setASTSuperInterfaceList
-
setAction
-
setActionAbsent
-
clearAlts
-
addAlt
-
addAllAlts
-
removeAlt
-
removeAllAlts
-
retainAllAlts
-
removeIfAlt
-
forEachAlts
-
addAlt
-
addAllAlts
-
removeAlt
-
setAlt
-
replaceAllAlts
-
sortAlts
-
setAltsList
-
set_SourcePositionEnd
- Overrides:
set_SourcePositionEndin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_SourcePositionEndAbsent
- Overrides:
set_SourcePositionEndAbsentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_SourcePositionStart
- Overrides:
set_SourcePositionStartin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_SourcePositionStartAbsent
- Overrides:
set_SourcePositionStartAbsentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
clear_PreComments
- Overrides:
clear_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
add_PreComment
- Overrides:
add_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
addAll_PreComments
- Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
addAll_PreComments
public ASTClassProdBuilder addAll_PreComments(int index, Collection<de.monticore.ast.Comment> precomments) - Overrides:
addAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
remove_PreComment
- Overrides:
remove_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
removeAll_PreComments
- Overrides:
removeAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
retainAll_PreComments
- Overrides:
retainAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
removeIf_PreComment
- Overrides:
removeIf_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
forEach_PreComments
- Overrides:
forEach_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
replaceAll_PreComments
- Overrides:
replaceAll_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
sort_PreComments
public ASTClassProdBuilder sort_PreComments(Comparator<? super de.monticore.ast.Comment> comparator) - Overrides:
sort_PreCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_PreCommentList
- Overrides:
set_PreCommentListin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_PreComment
- Overrides:
set_PreCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
clear_PostComments
- Overrides:
clear_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
add_PostComment
- Overrides:
add_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
addAll_PostComments
- Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
addAll_PostComments
public ASTClassProdBuilder addAll_PostComments(int index, Collection<de.monticore.ast.Comment> postcomments) - Overrides:
addAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
remove_PostComment
- Overrides:
remove_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
removeAll_PostComments
- Overrides:
removeAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
retainAll_PostComments
- Overrides:
retainAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
removeIf_PostComment
- Overrides:
removeIf_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
forEach_PostComments
- Overrides:
forEach_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
replaceAll_PostComments
public ASTClassProdBuilder replaceAll_PostComments(UnaryOperator<de.monticore.ast.Comment> operator) - Overrides:
replaceAll_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
sort_PostComments
public ASTClassProdBuilder sort_PostComments(Comparator<? super de.monticore.ast.Comment> comparator) - Overrides:
sort_PostCommentsin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_PostCommentList
- Overrides:
set_PostCommentListin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
set_PostComment
- Overrides:
set_PostCommentin classde.monticore.ast.ASTNodeBuilder<ASTClassProdBuilder>
-
uncheckedBuild
-