Examples of GemEntityValueNode


Examples of org.openquark.cal.valuenode.GemEntityValueNode

                               
                                QualifiedName functionName = QualifiedName.makeFromCompoundName(name);
                                GemEntity gemEntity = getWorkspaceManager().getWorkspace().getGemEntity(functionName);
                               
                                if (gemEntity != null) {
                                    return new GemEntityValueNode(gemEntity, resultType);
                                }
                            }                           
                        }
                    }
                }
View Full Code Here

Examples of org.openquark.cal.valuenode.GemEntityValueNode

                unifiedType = TypeExpr.unify(valueNodeType, functionType, currentModuleInfo);
            } catch (TypeException e) {
                throw new IllegalStateException(e.getMessage());
            }
           
            GemEntityValueNode newValueNode = new GemEntityValueNode(gemEntity, unifiedType);
            replaceValueNode(newValueNode, true);
        }
       
        super.commitValue();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.