Uses of Interface
org.eclipse.jdt.core.util.IStackMapFrame

Packages that use IStackMapFrame
org.eclipse.jdt.core.util   
org.eclipse.jdt.internal.core.util   
 

Uses of IStackMapFrame in org.eclipse.jdt.core.util
 

Methods in org.eclipse.jdt.core.util that return IStackMapFrame
 IStackMapFrame[] IStackMapAttribute.getStackMapFrame()
          Answer back the stack map frames for this attribute as specified in the JVM specifications.
 IStackMapFrame[] IStackMapTableAttribute.getStackMapFrame()
          Answer back the stack map frames for this attribute as specified in the JVM specifications.
 

Uses of IStackMapFrame in org.eclipse.jdt.internal.core.util
 

Classes in org.eclipse.jdt.internal.core.util that implement IStackMapFrame
 class DefaultStackMapFrame
          Default implementation of IStackMapFrame
 class StackMapFrame
          Default implementation of IStackMapFrame
 

Methods in org.eclipse.jdt.internal.core.util that return IStackMapFrame
 IStackMapFrame[] StackMapAttribute.getStackMapFrame()
           
 IStackMapFrame[] StackMapTableAttribute.getStackMapFrame()