public class EncodedSnippets extends Object
| Modifier and Type | Method and Description |
|---|---|
NodeClass<?>[] |
getSnippetNodeClasses() |
SnippetParameterInfo |
getSnippetParameterInfo(ResolvedJavaMethod method) |
boolean |
isSnippet(ResolvedJavaMethod method) |
static String |
methodKey(ResolvedJavaMethod method)
Generate a String name for a method including all type information.
|
void |
visitImmutable(Consumer<Object> visitor) |
public NodeClass<?>[] getSnippetNodeClasses()
public static String methodKey(ResolvedJavaMethod method)
public SnippetParameterInfo getSnippetParameterInfo(ResolvedJavaMethod method)
public boolean isSnippet(ResolvedJavaMethod method)