Class ASMNodeId
- java.lang.Object
 - 
- jetbrains.mps.baseLanguage.javastub.ASMNodeId
 
 
- 
public class ASMNodeId extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ASMNodeId() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SNodeIdcreateAnnotationMethodId(String fqClassName, String methodName)static SNodeIdcreateFieldId(String fqClassName, String fieldName)static SNodeIdcreateId(String fqClassName)static SNodeIdcreateId(ASMClass cls, ASMField field)static SNodeIdcreateId(ASMClass cls, ASMMethod method) 
 -