Uses of Interface
org.openl.binding.impl.NodeUsage
-
Packages that use NodeUsage Package Description org.openl.binding.impl org.openl.rules.lang.xls.types org.openl.rules.lang.xls.types.meta -
-
Uses of NodeUsage in org.openl.binding.impl
Classes in org.openl.binding.impl that implement NodeUsage Modifier and Type Class Description classConstructorUsageConstructor nodes require their own implementation of descriptionclassMethodUsageclassSimpleNodeUsageMethods in org.openl.binding.impl that return types with arguments of type NodeUsage Modifier and Type Method Description Optional<NodeUsage>ConstructorNodeCreator. create(IBoundNode boundNode, String sourceString, int startIndex)static List<NodeUsage>NodeUsageFactory. createNodeUsageList(IBoundNode boundNode, String sourceString, int startIndex)CreateNodeUsagelist for given bound node and source code string -
Uses of NodeUsage in org.openl.rules.lang.xls.types
Methods in org.openl.rules.lang.xls.types that return types with arguments of type NodeUsage Modifier and Type Method Description List<? extends NodeUsage>CellMetaInfo. getUsedNodes()Method parameters in org.openl.rules.lang.xls.types with type arguments of type NodeUsage Modifier and Type Method Description voidCellMetaInfo. setUsedNodes(List<? extends NodeUsage> usedNodes)Constructor parameters in org.openl.rules.lang.xls.types with type arguments of type NodeUsage Constructor Description CellMetaInfo(IOpenClass domain, boolean multiValue, List<? extends NodeUsage> usedNodes)CellMetaInfo(IOpenClass domain, boolean multiValue, List<? extends NodeUsage> usedNodes, boolean returnHeader) -
Uses of NodeUsage in org.openl.rules.lang.xls.types.meta
Methods in org.openl.rules.lang.xls.types.meta that return types with arguments of type NodeUsage Modifier and Type Method Description static List<NodeUsage>MetaInfoReaderUtils. getNodeUsages(CompositeMethod method, String sourceString, int startIndex)
-