134135136137138139140
return null; } public ScopeInfo getScopeInfo() { return new AbstractScopeInfo(getName(), null); }
108109110111112113114
{ String className = null; Object target = getTarget(); if (target != null) className = target.getClass().getName(); return new AbstractScopeInfo(getName(), className); }
114115116117118119120
64656667686970
/* */ { /* 108 */ String className = null; /* 109 */ Object target = getTarget(); /* 110 */ if (target != null) /* 111 */ className = target.getClass().getName(); /* 112 */ return new AbstractScopeInfo(getName(), className); /* */ }
107108109110111112113