Java源码示例:com.intellij.usages.impl.NullUsage
示例1public StringNode(Object string) {
super(NullUsage.INSTANCE,
new UsageViewTreeModelBuilder(new UsageViewPresentation(), UsageTarget.EMPTY_ARRAY));
myString = string;
}
public StringNode(Object string) {
super(NullUsage.INSTANCE, new UsageViewTreeModelBuilder(new UsageViewPresentation(), UsageTarget.EMPTY_ARRAY));
myString = string;
}