Class ASMClass
- java.lang.Object
 - 
- jetbrains.mps.baseLanguage.javastub.asm.ASMClass
 
 
- 
public class ASMClass extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ASMClass(org.jetbrains.org.objectweb.asm.ClassReader reader, boolean needParamNames) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ASMAnnotation>getAnnotations()ClassifierKindgetClassifierKind()List<ASMMethod>getDeclaredConstructors()List<ASMField>getDeclaredFields()List<ASMMethod>getDeclaredMethods()StringgetFqName()List<ASMType>getGenericInterfaces()ASMTypegetGenericSuperclass()List<org.jetbrains.org.objectweb.asm.tree.InnerClassNode>getInnerClasses()StringgetName()List<ASMTypeVariable>getTypeParameters()booleanisAbstract()booleanisDeprecated()booleanisFinal()booleanisPublic()booleanisStatic() 
 - 
 
- 
- 
Method Detail
- 
isAbstract
public boolean isAbstract()
 
- 
isStatic
public boolean isStatic()
 
- 
isPublic
public boolean isPublic()
 
- 
isFinal
public boolean isFinal()
 
- 
isDeprecated
public boolean isDeprecated()
 
- 
getClassifierKind
public ClassifierKind getClassifierKind()
 
- 
getName
public String getName()
 
- 
getFqName
public String getFqName()
 
- 
getInnerClasses
public List<org.jetbrains.org.objectweb.asm.tree.InnerClassNode> getInnerClasses()
 
- 
getTypeParameters
public List<ASMTypeVariable> getTypeParameters()
 
- 
getAnnotations
public List<ASMAnnotation> getAnnotations()
 
- 
getGenericSuperclass
public ASMType getGenericSuperclass()
 
 - 
 
 -