Uses of Class
com.sap.cds.impl.qat.QatNode
Packages that use QatNode
-
Uses of QatNode in com.sap.cds.impl.qat
Subclasses of QatNode in com.sap.cds.impl.qatModifier and TypeClassDescriptionfinal classfinal classclassfinal classclassfinal classclassclassfinal classMethods in com.sap.cds.impl.qat with type parameters of type QatNodeModifier and TypeMethodDescription<T extends QatNode>
TQatNode.addChild(T child) <T extends QatNode>
TQatNode.addChild(T child, Optional<CqnPredicate> filter, boolean join) Methods in com.sap.cds.impl.qat that return QatNodeModifier and TypeMethodDescriptionQatNode.child(String name, Optional<CqnPredicate> filter) QatNode.parent()Methods in com.sap.cds.impl.qat that return types with arguments of type QatNodeMethods in com.sap.cds.impl.qat with parameters of type QatNodeConstructors in com.sap.cds.impl.qat with parameters of type QatNodeModifierConstructorDescriptionQatAssociationNode(QatNode parent, QatAssociation association, Optional<CqnPredicate> filter, boolean inSource) QatElementNode(QatNode parent, CdsElement element) QatEntityNode(QatNode parent, CdsEntity entity, Optional<CqnPredicate> filter, boolean inSource) QatSelectableNode(QatNode parent, CdsStructuredType rowType) QatStructuredElementNode(QatNode parent, CdsElement structuredElement) QatStructuredNode(QatNode parent, CdsStructuredType rowType)