protected static class SnippetTemplate.LazySnippetInfo extends SnippetTemplate.SnippetInfo
SnippetTemplate.SnippetInfo.Lazy| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<SnippetTemplate.SnippetInfo.Lazy> |
lazy |
method, original, privateLocations| Modifier | Constructor and Description |
|---|---|
protected |
LazySnippetInfo(ResolvedJavaMethod method,
LocationIdentity[] privateLocations) |
| Modifier and Type | Method and Description |
|---|---|
protected SnippetTemplate.SnippetInfo.Lazy |
lazy() |
getMethod, getParameterCount, getParameterName, isConstantParameter, isVarargsParameter, notifyNewTemplate, setOriginalMethod, toStringprotected final AtomicReference<SnippetTemplate.SnippetInfo.Lazy> lazy
protected LazySnippetInfo(ResolvedJavaMethod method, LocationIdentity[] privateLocations)
protected SnippetTemplate.SnippetInfo.Lazy lazy()
lazy in class SnippetTemplate.SnippetInfo