Package score.impl.struct
Class PropertyMember
- java.lang.Object
-
- score.impl.struct.PropertyMember
-
public class PropertyMember extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyMember(int sort, org.objectweb.asm.Type declaringType, java.lang.String originalName, java.lang.String descriptor)
PropertyMember(int sort, org.objectweb.asm.Type declaringType, java.lang.String originalName, org.objectweb.asm.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.Type
getDeclaringType()
Member
getMember()
java.lang.String
getName()
java.lang.String
getOriginalName()
org.objectweb.asm.Type
getOriginalType()
int
getSort()
org.objectweb.asm.Type
getType()
-
-
-
Field Detail
-
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
-
GETTER
public static final int GETTER
- See Also:
- Constant Field Values
-
SETTER
public static final int SETTER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PropertyMember
public PropertyMember(int sort, org.objectweb.asm.Type declaringType, java.lang.String originalName, java.lang.String descriptor)
-
PropertyMember
public PropertyMember(int sort, org.objectweb.asm.Type declaringType, java.lang.String originalName, org.objectweb.asm.Type type)
-
-
Method Detail
-
getSort
public int getSort()
-
getDeclaringType
public org.objectweb.asm.Type getDeclaringType()
-
getOriginalName
public java.lang.String getOriginalName()
-
getOriginalType
public org.objectweb.asm.Type getOriginalType()
-
getType
public org.objectweb.asm.Type getType()
-
getName
public java.lang.String getName()
-
getMember
public Member getMember()
-
-