Class ASTRegExEscapeChar
java.lang.Object
de.monticore.ast.ASTCNode
de.monticore.regex.regularexpressions._ast.ASTRegExEscapeChar
- All Implemented Interfaces:
de.monticore.ast.ASTNode,ASTEscapeChar,ASTRegExItem,ASTRegularExpressionsNode,Cloneable
public class ASTRegExEscapeChar
extends de.monticore.ast.ASTCNode
implements ASTEscapeChar, ASTRegularExpressionsNode
-
Field Summary
FieldsFields inherited from class de.monticore.ast.ASTCNode
end, postcomments, precomments, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ASTRegExEscapeCharvoidaccept(MCCommonLiteralsTraverser visitor) Entry point for the Visitor pattern.voidaccept(MCLiteralsBasisTraverser visitor) Entry point for the Visitor pattern.voidaccept(MCBasicsTraverser visitor) Entry point for the Visitor pattern.voidaccept(RegularExpressionsTraverser visitor) Entry point for the Visitor pattern.voidaccept(de.monticore.visitor.ITraverser visitor) Entry point for the Visitor pattern.deepClone(ASTRegExEscapeChar result) booleandeepEquals(Object o) booleandeepEquals(Object o, boolean forceSameOrder) booleanbooleandeepEqualsWithComments(Object o, boolean forceSameOrder) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidreplaceChild(de.monticore.ast.ASTNode currentChild, de.monticore.ast.ASTNode replacement) voidsetAlphaNumCharsWithUnderscoreToken(String alphaNumCharsWithUnderscoreToken) voidvoidsetBackslash(String backslash) voidvoidsetDigitCharsToken(String digitCharsToken) voidvoidsetEnclosingScope(IMCCommonLiteralsScope enclosingScope) voidsetEnclosingScope(IMCLiteralsBasisScope enclosingScope) voidsetEnclosingScope(IMCBasicsScope enclosingScope) voidsetEnclosingScope(IRegularExpressionsScope enclosingScope) voidsetNonDigitCharsToken(String nonDigitCharsToken) voidvoidsetNonWhitespaceCharsToken(String nonWhitespaceCharsToken) voidvoidsetNonWordBoundariesToken(String nonWordBoundariesToken) voidvoidsetNonWordCharsToken(String nonWordCharsToken) voidvoidsetWhitespaceCharsToken(String whitespaceCharsToken) voidvoidsetWordBoundariesToken(String wordBoundariesToken) voidMethods inherited from class de.monticore.ast.ASTCNode
add_PostComment, add_PostComment, add_PreComment, add_PreComment, addAll_PostComments, addAll_PostComments, addAll_PreComments, addAll_PreComments, clear_PostComments, clear_PreComments, contains_PostComment, contains_PreComment, containsAll_PostComments, containsAll_PreComments, equals_PostComments, equals_PreComments, forEach_PostComments, forEach_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, remove_PostComment, remove_PostComment, remove_PreComment, remove_PreComment, removeAll_PostComments, removeAll_PreComments, removeIf_PostComment, removeIf_PreComment, replaceAll_PostComments, replaceAll_PreComments, retainAll_PostComments, retainAll_PreComments, set_PostComment, set_PostCommentList, set_PreComment, set_PreCommentList, set_SourcePositionEnd, set_SourcePositionEndAbsent, set_SourcePositionStart, set_SourcePositionStartAbsent, size_PostComments, size_PreComments, sort_PostComments, sort_PreComments, spliterator_PostComments, spliterator_PreComments, stream_PostComments, stream_PreComments, subList_PostComments, subList_PreComments, toArray_PostComments, toArray_PostComments, toArray_PreComments, toArray_PreCommentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.ast.ASTNode
add_PostComment, add_PostComment, add_PreComment, add_PreComment, addAll_PostComments, addAll_PostComments, addAll_PreComments, addAll_PreComments, clear_PostComments, clear_PreComments, contains_PostComment, contains_PreComment, containsAll_PostComments, containsAll_PreComments, equals_PostComments, equals_PreComments, forEach_PostComments, forEach_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, remove_PostComment, remove_PostComment, remove_PreComment, remove_PreComment, removeAll_PostComments, removeAll_PreComments, removeIf_PostComment, removeIf_PreComment, replaceAll_PostComments, replaceAll_PreComments, retainAll_PostComments, retainAll_PreComments, set_PostComment, set_PostCommentList, set_PreComment, set_PreCommentList, set_SourcePositionEnd, set_SourcePositionEndAbsent, set_SourcePositionStart, set_SourcePositionStartAbsent, size_PostComments, size_PreComments, sort_PostComments, sort_PreComments, spliterator_PostComments, spliterator_PreComments, stream_PostComments, stream_PreComments, subList_PostComments, subList_PreComments, toArray_PostComments, toArray_PostComments, toArray_PreComments, toArray_PreComments
-
Field Details
-
alphaNumCharsWithUnderscoreToken
-
nonWordCharsToken
-
wordBoundariesToken
-
nonWordBoundariesToken
-
digitCharsToken
-
nonDigitCharsToken
-
whitespaceCharsToken
-
nonWhitespaceCharsToken
-
backslash
-
enclosingScope
-
-
Constructor Details
-
ASTRegExEscapeChar
protected ASTRegExEscapeChar()
-
-
Method Details
-
deepEquals
- Specified by:
deepEqualsin interfaceASTEscapeChar- Specified by:
deepEqualsin interfacede.monticore.ast.ASTNode- Specified by:
deepEqualsin interfaceASTRegExItem
-
deepEquals
- Specified by:
deepEqualsin interfaceASTEscapeChar- Specified by:
deepEqualsin interfacede.monticore.ast.ASTNode- Specified by:
deepEqualsin interfaceASTRegExItem
-
deepEqualsWithComments
- Specified by:
deepEqualsWithCommentsin interfaceASTEscapeChar- Specified by:
deepEqualsWithCommentsin interfacede.monticore.ast.ASTNode- Specified by:
deepEqualsWithCommentsin interfaceASTRegExItem
-
deepEqualsWithComments
- Specified by:
deepEqualsWithCommentsin interfaceASTEscapeChar- Specified by:
deepEqualsWithCommentsin interfacede.monticore.ast.ASTNode- Specified by:
deepEqualsWithCommentsin interfaceASTRegExItem
-
equalAttributes
- Specified by:
equalAttributesin interfaceASTEscapeChar- Specified by:
equalAttributesin interfacede.monticore.ast.ASTNode- Specified by:
equalAttributesin interfaceASTRegExItem
-
equalsWithComments
- Specified by:
equalsWithCommentsin interfaceASTEscapeChar- Specified by:
equalsWithCommentsin interfacede.monticore.ast.ASTNode- Specified by:
equalsWithCommentsin interfaceASTRegExItem
-
deepClone
- Specified by:
deepClonein interfaceASTEscapeChar- Specified by:
deepClonein interfacede.monticore.ast.ASTNode- Specified by:
deepClonein interfaceASTRegExItem- Specified by:
deepClonein classde.monticore.ast.ASTCNode
-
replaceChild
public void replaceChild(de.monticore.ast.ASTNode currentChild, de.monticore.ast.ASTNode replacement) - Specified by:
replaceChildin interfacede.monticore.ast.ASTNode
-
deepClone
-
getAlphaNumCharsWithUnderscoreToken
-
isPresentAlphaNumCharsWithUnderscoreToken
public boolean isPresentAlphaNumCharsWithUnderscoreToken() -
getNonWordCharsToken
-
isPresentNonWordCharsToken
public boolean isPresentNonWordCharsToken() -
getWordBoundariesToken
-
isPresentWordBoundariesToken
public boolean isPresentWordBoundariesToken() -
getNonWordBoundariesToken
-
isPresentNonWordBoundariesToken
public boolean isPresentNonWordBoundariesToken() -
getDigitCharsToken
-
isPresentDigitCharsToken
public boolean isPresentDigitCharsToken() -
getNonDigitCharsToken
-
isPresentNonDigitCharsToken
public boolean isPresentNonDigitCharsToken() -
getWhitespaceCharsToken
-
isPresentWhitespaceCharsToken
public boolean isPresentWhitespaceCharsToken() -
getNonWhitespaceCharsToken
-
isPresentNonWhitespaceCharsToken
public boolean isPresentNonWhitespaceCharsToken() -
getBackslash
-
isPresentBackslash
public boolean isPresentBackslash() -
setAlphaNumCharsWithUnderscoreToken
-
setAlphaNumCharsWithUnderscoreTokenAbsent
public void setAlphaNumCharsWithUnderscoreTokenAbsent() -
setNonWordCharsToken
-
setNonWordCharsTokenAbsent
public void setNonWordCharsTokenAbsent() -
setWordBoundariesToken
-
setWordBoundariesTokenAbsent
public void setWordBoundariesTokenAbsent() -
setNonWordBoundariesToken
-
setNonWordBoundariesTokenAbsent
public void setNonWordBoundariesTokenAbsent() -
setDigitCharsToken
-
setDigitCharsTokenAbsent
public void setDigitCharsTokenAbsent() -
setNonDigitCharsToken
-
setNonDigitCharsTokenAbsent
public void setNonDigitCharsTokenAbsent() -
setWhitespaceCharsToken
-
setWhitespaceCharsTokenAbsent
public void setWhitespaceCharsTokenAbsent() -
setNonWhitespaceCharsToken
-
setNonWhitespaceCharsTokenAbsent
public void setNonWhitespaceCharsTokenAbsent() -
setBackslash
-
setBackslashAbsent
public void setBackslashAbsent() -
accept
Entry point for the Visitor pattern. Cf. MontiCore handbook chapter 8.- Specified by:
acceptin interfaceASTRegularExpressionsNode- Parameters:
visitor- the visitor to dispatch to
-
accept
Entry point for the Visitor pattern. Cf. MontiCore handbook chapter 8.- Parameters:
visitor- the visitor to dispatch to
-
accept
Entry point for the Visitor pattern. Cf. MontiCore handbook chapter 8.- Parameters:
visitor- the visitor to dispatch to
-
accept
Entry point for the Visitor pattern. Cf. MontiCore handbook chapter 8.- Parameters:
visitor- the visitor to dispatch to
-
accept
public void accept(de.monticore.visitor.ITraverser visitor) Entry point for the Visitor pattern. Cf. MontiCore handbook chapter 8.- Specified by:
acceptin interfacede.monticore.ast.ASTNode- Parameters:
visitor- the visitor to dispatch to
-
_construct
-
getEnclosingScope
- Specified by:
getEnclosingScopein interfaceASTEscapeChar- Specified by:
getEnclosingScopein interfacede.monticore.ast.ASTNode- Specified by:
getEnclosingScopein interfaceASTRegExItem
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceASTEscapeChar- Specified by:
setEnclosingScopein interfaceASTRegExItem
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceASTEscapeChar- Specified by:
setEnclosingScopein interfaceASTRegExItem
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceASTEscapeChar- Specified by:
setEnclosingScopein interfaceASTRegExItem
-
setEnclosingScope
- Specified by:
setEnclosingScopein interfaceASTEscapeChar- Specified by:
setEnclosingScopein interfaceASTRegExItem
-