Uses of Class
org.openl.binding.impl.NodeType
-
Packages that use NodeType Package Description org.openl.binding.impl org.openl.rules.binding -
-
Uses of NodeType in org.openl.binding.impl
Methods in org.openl.binding.impl that return NodeType Modifier and Type Method Description NodeTypeMethodUsage. getNodeType()NodeTypeNodeUsage. getNodeType()NodeTypeSimpleNodeUsage. getNodeType()static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openl.binding.impl with parameters of type NodeType Constructor Description SimpleNodeUsage(int start, int end, String description, String uri, NodeType nodeType)SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, NodeType nodeType) -
Uses of NodeType in org.openl.rules.binding
Methods in org.openl.rules.binding with parameters of type NodeType Modifier and Type Method Description static CellMetaInfoRuleRowHelper. createCellMetaInfo(IdentifierNode identifier, IMetaInfo metaInfo, NodeType nodeType)
-