Пример #1
0
 public Symbol getSourceDebugExtension() {
   return (Symbol) sourceDebugExtension.getValue(this);
 }
Пример #2
0
 public TypeArray getInnerClasses() {
   return (TypeArray) innerClasses.getValue(this);
 }
Пример #3
0
 public Klass getBottomKlass() {
   return (Klass) bottomKlass.getValue(this);
 }
Пример #4
0
 public Symbol getSourceFileName() {
   return (Symbol) sourceFileName.getValue(this);
 }
Пример #5
0
 public Klass getHigherDimension() {
   return (Klass) higherDimension.getValue(this);
 }
Пример #6
0
 public Oop getComponentMirror() {
   return componentMirror.getValue(this);
 }
Пример #7
0
 public ObjArray getTransitiveInterfaces() {
   return (ObjArray) transitiveInterfaces.getValue(this);
 }
Пример #8
0
 public ConstantPoolCache getCache() {
   return (ConstantPoolCache) cache.getValue(this);
 }
Пример #9
0
 public TypeArray getMethodOrdering() {
   return (TypeArray) methodOrdering.getValue(this);
 }
Пример #10
0
 public ObjArray getLocalInterfaces() {
   return (ObjArray) localInterfaces.getValue(this);
 }
Пример #11
0
 public ObjArray getMethods() {
   return (ObjArray) methods.getValue(this);
 }
Пример #12
0
 // Accessors for declared fields
 public Klass getArrayKlasses() {
   return (Klass) arrayKlasses.getValue(this);
 }
Пример #13
0
 // Accessors for declared fields
 public ConstMethod getConstMethod() {
   return (ConstMethod) constMethod.getValue(this);
 }
Пример #14
0
 public Symbol getGenericSignature() {
   return (Symbol) genericSignature.getValue(this);
 }
Пример #15
0
 public TypeArray getFields() {
   return (TypeArray) fields.getValue(this);
 }
Пример #16
0
 public TypeArray getTags() {
   return (TypeArray) tags.getValue(this);
 }
Пример #17
0
 public Oop getClassLoader() {
   return classLoader.getValue(this);
 }
Пример #18
0
 public Klass getPoolHolder() {
   return (Klass) poolHolder.getValue(this);
 }
Пример #19
0
 public Oop getProtectionDomain() {
   return protectionDomain.getValue(this);
 }
Пример #20
0
 public Klass getLowerDimension() {
   return (Klass) lowerDimension.getValue(this);
 }
Пример #21
0
 public ObjArray getSigners() {
   return (ObjArray) signers.getValue(this);
 }
Пример #22
0
 public ConstantPool getConstants() {
   return (ConstantPool) constants.getValue(this);
 }
Пример #23
0
 public Klass getElementKlass() {
   return (Klass) elementKlass.getValue(this);
 }