Esempio n. 1
0
 public static void virtual_checkElements_1213877413543(
     SNode thisNode, Set<SNode> elementDeclarations) {
   BehaviorReflection.invokeVirtual(
       Void.class,
       SLinkOperations.getTarget(
           SLinkOperations.getTarget(thisNode, "complexTypeReference", true),
           "complexType",
           false),
       "virtual_checkElements_1213877382378",
       new Object[] {elementDeclarations});
   TypeExpressionList_Behavior.call_checkElements_1213877199094(
       SLinkOperations.getTarget(thisNode, "typeExpressionList", true), elementDeclarations);
 }
Esempio n. 2
0
 public static void virtual_checkAttributes_1213877413538(
     SNode thisNode, List<SNode> attributeDeclarations) {
   TypeExpressionList_Behavior.call_checkAttributes_1213877199074(
       SLinkOperations.getTarget(thisNode, "typeExpressionList", true), attributeDeclarations);
 }