ing
This commit is contained in:
parent
88d853bdb7
commit
69601984c2
|
@ -14,6 +14,6 @@
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// public getName(): PropertyKeyType {
|
// public getName(): PropertyKeyType {
|
||||||
// return this.getDeclaringClass().getName();
|
// return '';
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
|
@ -1,8 +1,8 @@
|
||||||
export * from './accessible_object';
|
export * from './accessible_object';
|
||||||
export * from './annotated_element';
|
export * from './annotated_element';
|
||||||
export * from './annotation';
|
export * from './annotation';
|
||||||
|
export * from './class_constructor';
|
||||||
export * from './class';
|
export * from './class';
|
||||||
export * from './constructor';
|
|
||||||
export * from './executable';
|
export * from './executable';
|
||||||
export * from './field';
|
export * from './field';
|
||||||
export * from './member';
|
export * from './member';
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import {
|
import {
|
||||||
Annotation,
|
Annotation,
|
||||||
Class,
|
Class,
|
||||||
|
Constructor,
|
||||||
Field,
|
Field,
|
||||||
Method,
|
Method,
|
||||||
Parameter,
|
Parameter,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user