public Symbol getSourceDebugExtension() {
   return (Symbol) sourceDebugExtension.getValue(this);
 }
 public TypeArray getInnerClasses() {
   return (TypeArray) innerClasses.getValue(this);
 }
 public Klass getBottomKlass() {
   return (Klass) bottomKlass.getValue(this);
 }
 public Symbol getSourceFileName() {
   return (Symbol) sourceFileName.getValue(this);
 }
Example #5
0
 public Klass getHigherDimension() {
   return (Klass) higherDimension.getValue(this);
 }
Example #6
0
 public Oop getComponentMirror() {
   return componentMirror.getValue(this);
 }
 public ObjArray getTransitiveInterfaces() {
   return (ObjArray) transitiveInterfaces.getValue(this);
 }
Example #8
0
 public ConstantPoolCache getCache() {
   return (ConstantPoolCache) cache.getValue(this);
 }
 public TypeArray getMethodOrdering() {
   return (TypeArray) methodOrdering.getValue(this);
 }
 public ObjArray getLocalInterfaces() {
   return (ObjArray) localInterfaces.getValue(this);
 }
 public ObjArray getMethods() {
   return (ObjArray) methods.getValue(this);
 }
 // Accessors for declared fields
 public Klass getArrayKlasses() {
   return (Klass) arrayKlasses.getValue(this);
 }
Example #13
0
 // Accessors for declared fields
 public ConstMethod getConstMethod() {
   return (ConstMethod) constMethod.getValue(this);
 }
 public Symbol getGenericSignature() {
   return (Symbol) genericSignature.getValue(this);
 }
 public TypeArray getFields() {
   return (TypeArray) fields.getValue(this);
 }
Example #16
0
 public TypeArray getTags() {
   return (TypeArray) tags.getValue(this);
 }
 public Oop getClassLoader() {
   return classLoader.getValue(this);
 }
Example #18
0
 public Klass getPoolHolder() {
   return (Klass) poolHolder.getValue(this);
 }
 public Oop getProtectionDomain() {
   return protectionDomain.getValue(this);
 }
Example #20
0
 public Klass getLowerDimension() {
   return (Klass) lowerDimension.getValue(this);
 }
 public ObjArray getSigners() {
   return (ObjArray) signers.getValue(this);
 }
 public ConstantPool getConstants() {
   return (ConstantPool) constants.getValue(this);
 }
 public Klass getElementKlass() {
   return (Klass) elementKlass.getValue(this);
 }