Lines Matching refs:variables
35 public VerificationType[] variables; field in FullFrame
52 VerificationType[] variables, in FullFrame() argument
56 variables.length, in FullFrame()
57 variables, in FullFrame()
68 VerificationType[] variables, in FullFrame() argument
74 this.variables = variables; in FullFrame()
87 …variables[index].variablesAccept(clazz, method, codeAttribute, offset, index, verificationTypeVisi… in variablesAccept()
138 VerificationType thisType = this.variables[index]; in equals()
139 VerificationType otherType = other.variables[index]; in equals()
168 hashCode ^= variables[index].hashCode(); in hashCode()
187 .append(variables[index].toString()) in toString()