public class MethodUsagesSearcher extends Object
IBoundNode.| Modifier and Type | Class and Description |
|---|---|
static class |
MethodUsagesSearcher.MethodUsage |
| Constructor and Description |
|---|
MethodUsagesSearcher() |
| Modifier and Type | Method and Description |
|---|---|
static List<MethodUsagesSearcher.MethodUsage> |
findAllMethods(IBoundNode boundNode,
String sourceString,
int startIndex)
Find all OpenL methods used in the code.
|
public static List<MethodUsagesSearcher.MethodUsage> findAllMethods(IBoundNode boundNode, String sourceString, int startIndex)
boundNode - Compiled OpenL expression.sourceString - Source of OpenL expression.startIndex - Position in the sourceString which defines start of OpenL expression.Copyright © 2004–2019 OpenL Tablets. All rights reserved.