Uses of Class
org.fife.rsta.ac.java.classreader.attributes.Code
Packages that use Code
Package
Description
Classes that help you parse and model a class file's contents.
Attributes in a class file.
-
Uses of Code in org.fife.rsta.ac.java.classreader
Fields in org.fife.rsta.ac.java.classreader declared as CodeModifier and TypeFieldDescriptionprivate CodeMethodInfo.codeAttrTheCodeattribute, ornullif this method is abstract or native.Constructors in org.fife.rsta.ac.java.classreader with parameters of type Code -
Uses of Code in org.fife.rsta.ac.java.classreader.attributes
Methods in org.fife.rsta.ac.java.classreader.attributes that return CodeModifier and TypeMethodDescriptionstatic CodeCode.read(MethodInfo mi, DataInputStream in) Reads aCodeattribute from an input stream.