Searched refs:STATIC_INITIALIZER_NAME (Results 1 – 4 of 4) sorted by relevance
675 if (name.equals(Const.STATIC_INITIALIZER_NAME) && (ts.length != 0)) { in visitMethod()740 if (!name.equals(Const.STATIC_INITIALIZER_NAME)) {//vmspec2, p.116, 2nd paragraph in visitMethod()1399 if ( name.equals(Const.STATIC_INITIALIZER_NAME) && (t != Type.VOID) ) { in visitConstantInterfaceMethodref()1400 … addMessage("Class or interface initialization method '"+Const.STATIC_INITIALIZER_NAME+ in visitConstantInterfaceMethodref()1438 … return name.equals(Const.CONSTRUCTOR_NAME) || name.equals(Const.STATIC_INITIALIZER_NAME); in validMethodName()
702 if (name.equals(Const.STATIC_INITIALIZER_NAME)) { in visitInvokeInstruction()703 … constraintViolated(o, "Method to invoke must not be '"+Const.STATIC_INITIALIZER_NAME+"'."); in visitInvokeInstruction()1081 if ((!(jc.isClass())) && (!(meth_name.equals(Const.STATIC_INITIALIZER_NAME)))) { in visitPUTSTATIC()1082 …ntViolated(o, "Interface field '"+f+"' must be set in a '"+Const.STATIC_INITIALIZER_NAME+"' method… in visitPUTSTATIC()
251 String STATIC_INITIALIZER_NAME = "<clinit>"; field
423 public static final String STATIC_INITIALIZER_NAME = "<clinit>"; field in Const