mbeckerle commented on a change in pull request #88: Daffodil 1919 separators
URL: https://github.com/apache/incubator-daffodil/pull/88#discussion_r206553861
##########
File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/Term.scala
##########
@@ -359,6 +406,38 @@ trait Term
def isKnownRequiredElement = false
def hasKnownRequiredSyntax = false
+ /**
+ * Override in particle mixin
+ */
+ def isVariableOccurrences: Boolean = false
+
+ def hasPotentiallyTrailingInstances: Boolean = false
+
+ lazy val isPotentiallyTrailing = {
Review comment:
scaladoc
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services