Searched refs:SPECIAL_MEMBER_SEPARATOR (Results 1 – 6 of 6) sorted by relevance
70 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field
195 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field in ClassConstants
170 …String newName = name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descr… in visitProgramField()229 …newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCo… in visitProgramMethod()
292 …name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()… in newUniqueMemberName()
558 …name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()… in newUniqueMemberName()
96 …newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCo… in visitProgramMethod()