public static SNode call_getParent_8654221991637145399(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (SNode) descriptor.invoke( Object.class, SNodeOperations.cast(thisNode, "jetbrains.mps.build.structure.BuildSourcePath"), "virtual_getParent_8654221991637145399", PARAMETERS_8654221991637145399); }
public static String call_getRelativePath_5481553824944787371(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (String) descriptor.invoke( Object.class, SNodeOperations.cast(thisNode, "jetbrains.mps.build.structure.BuildSourcePath"), "virtual_getRelativePath_5481553824944787371", PARAMETERS_5481553824944787371); }
public static String call_getLastSegment_1368030936106771141(SNode thisNode, MacroHelper helper) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (String) descriptor.invoke( Object.class, SNodeOperations.cast(thisNode, "jetbrains.mps.build.structure.BuildSourcePath"), "virtual_getLastSegment_1368030936106771141", PARAMETERS_1368030936106771141, helper); }
public static boolean call_isExecuteSynchronous_1230212745736(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (Boolean) descriptor.invoke( Boolean.class, SNodeOperations.cast( thisNode, "jetbrains.mps.baseLanguage.structure.IStatementListContainer"), "virtual_isExecuteSynchronous_1230212745736", PARAMETERS_1230212745736); }
public static SNode call_getSecondNodeCondition_4484478261143583672(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (SNode) descriptor.invoke( Object.class, SNodeOperations.cast( thisNode, "jetbrains.mps.lang.typesystem.structure.IRuleWithTwoNodes"), "virtual_getSecondNodeCondition_4484478261143583672", PARAMETERS_4484478261143583672); }
public static boolean call_isClosure_3262277503800835439(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (Boolean) descriptor.invoke( Boolean.class, SNodeOperations.cast( thisNode, "jetbrains.mps.baseLanguage.structure.IStatementListContainer"), "virtual_isClosure_3262277503800835439", PARAMETERS_3262277503800835439); }
public static SNode call_getSchema_1213877420378(SNode thisNode, IScope scope) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (SNode) descriptor.invoke( Object.class, SNodeOperations.cast(thisNode, "jetbrains.mps.xml.structure.XmlRoot"), "virtual_getSchema_1213877420378", PARAMETERS_1213877420378, new Object[] {scope}); }
public static List<SNode> call_getVariables_8981808925914844606(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (List<SNode>) descriptor.invoke( Object.class, SNodeOperations.cast( thisNode, "jetbrains.mps.samples.lambdaCalculus.structure.LetExpression"), "virtual_getVariables_8981808925914841576", PARAMETERS_8981808925914844606, new Object[] {}); }
public static SNode call_getMainClassifier_1213877255428(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (SNode) descriptor.invoke( Object.class, SNodeOperations.cast( thisNode, "jetbrains.mps.baseLanguage.classifiers.structure.IClassifierPart"), "virtual_getMainClassifier_1213877255428", PARAMETERS_1213877255428, new Object[] {}); }
public static SNode call_getStateType_314981645426570519(SNode thisNode) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (SNode) descriptor.invoke( Object.class, SNodeOperations.cast( thisNode, "jetbrains.mps.execution.configurations.deprecated.structure.RunConfigurationDeclaration"), "virtual_getStateType_314981645426570519", PARAMETERS_314981645426570519); }
public static List<IModule> call_getVisibleModules_4040588429969394404( SNode thisNode, IScope scope) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (List<IModule>) descriptor.invoke( Object.class, SNodeOperations.cast( thisNode, "jetbrains.mps.lang.smodel.structure.ModuleReferenceExpression"), "virtual_getVisibleModules_4040588429969394404", PARAMETERS_4040588429969394404, scope); }
public static String call_getString_1222433142247(SNode thisNode, List<SNode> vars) { BehaviorDescriptor descriptor = ConceptRegistry.getInstance().getBehaviorDescriptorForInstanceNode(thisNode); return (String) descriptor.invoke( Object.class, SNodeOperations.cast( thisNode, "jetbrains.mps.baseLanguage.regexp.structure.PredefinedSymbolClassRegexp"), "virtual_getString_1222432436326", PARAMETERS_1222433142247, new Object[] {vars}); }