Package hydra.ext.csharp.syntax
Class MemberName
- java.lang.Object
-
- hydra.ext.csharp.syntax.MemberName
-
- All Implemented Interfaces:
java.io.Serializable
public class MemberName extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_IDENTIFIERstatic NameFIELD_NAME_INTERFACE_TYPEIdentifieridentifierOpt<TypeName>interfaceTypestatic NameTYPE_NAME
-
Constructor Summary
Constructors Constructor Description MemberName(Opt<TypeName> interfaceType, Identifier identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()MemberNamewithIdentifier(Identifier identifier)MemberNamewithInterfaceType(Opt<TypeName> interfaceType)
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_INTERFACE_TYPE
public static final Name FIELD_NAME_INTERFACE_TYPE
-
FIELD_NAME_IDENTIFIER
public static final Name FIELD_NAME_IDENTIFIER
-
identifier
public final Identifier identifier
-
-
Constructor Detail
-
MemberName
public MemberName(Opt<TypeName> interfaceType, Identifier identifier)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withInterfaceType
public MemberName withInterfaceType(Opt<TypeName> interfaceType)
-
withIdentifier
public MemberName withIdentifier(Identifier identifier)
-
-