push missing part of update

This commit is contained in:
Bill Denton 2016-12-09 17:09:39 -08:00
parent 67aee59f0f
commit 49cfa0110a
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ public abstract class Child extends BaseElement {
return false;
}
public boolean isBlockRef() {
return false;
}
public boolean isPrimitive (String theType) {
return isPrimitiveInternal(theType);
}