Searched refs:stackItem (Results 1 – 2 of 2) sorted by relevance
35 public VerificationType stackItem; field in SameOneFrame58 public SameOneFrame(VerificationType stackItem) in SameOneFrame() argument60 this.stackItem = stackItem; in SameOneFrame()69 stackItem.accept(clazz, method, codeAttribute, offset, verificationTypeVisitor); in stackItemAccept()101 this.stackItem.equals(other.stackItem); in equals()107 return super.hashCode() ^ stackItem.hashCode(); in hashCode()113 return super.toString()+"Var: ..., Stack: ["+stackItem.toString()+"]"; in toString()
662 sameOneFrame.stackItem = verificationType; in visitSameOneFrame()