Uses of Class
org.fife.rsta.ac.java.classreader.MemberInfo
Packages that use MemberInfo
Package
Description
Java code completion classes.
Classes that help you parse and model a class file's contents.
-
Uses of MemberInfo in org.fife.rsta.ac.java
Methods in org.fife.rsta.ac.java with parameters of type MemberInfoModifier and TypeMethodDescriptionprivate booleanSourceCompletionProvider.isAccessible(MemberInfo info, String pkg) Returns whether a method defined by a super class is accessible to this class. -
Uses of MemberInfo in org.fife.rsta.ac.java.classreader
Subclasses of MemberInfo in org.fife.rsta.ac.java.classreaderModifier and TypeClassDescriptionclassRepresents a "field_info" structure as defined by the Java VM spec.classImplementation of the "method_info" structure as defined in the JVM specification. -
Uses of MemberInfo in org.fife.rsta.ac.js.ast.jsType
Methods in org.fife.rsta.ac.js.ast.jsType with parameters of type MemberInfoModifier and TypeMethodDescriptionprivate booleanJavaScriptTypesFactory.isAccessible(MemberInfo info, boolean staticOnly, boolean isJJType)