"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.Member

Packages that use Member
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of Member in com.sun.squawk
 

Subclasses of Member in com.sun.squawk
 class Field
          An instance of Field encapsulates the information about the field of a class.
 class Method
          An instance of Method encapsulates the information about the method of a class.
 

Methods in com.sun.squawk with parameters of type Member
static boolean Klass.isAccessibleFrom(Member member, Klass klass)
          Determines if a given field or method is accessible from a given klass.
static boolean VM.isInternal(Member member)
          Determines if the field or method is internal, so should be retained (even if symbol gets stripped)
static boolean VM.stripSymbols(Member member)
          Determines if all the symbolic information for a field or method should be stripped.
static String Klass.toString(Member member, boolean showType)
          Gets a string representation of a given field or method.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"