Package hydra.ext.csharp.syntax
Class RefMethodModifier.Abstract
- java.lang.Object
-
- hydra.ext.csharp.syntax.RefMethodModifier
-
- hydra.ext.csharp.syntax.RefMethodModifier.Abstract
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RefMethodModifier
public static final class RefMethodModifier.Abstract extends RefMethodModifier implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.csharp.syntax.RefMethodModifier
RefMethodModifier.Abstract, RefMethodModifier.Extern, RefMethodModifier.Internal, RefMethodModifier.New, RefMethodModifier.Override_, RefMethodModifier.PartialVisitor<R>, RefMethodModifier.Private, RefMethodModifier.Protected, RefMethodModifier.Public, RefMethodModifier.Sealed, RefMethodModifier.Static, RefMethodModifier.Unsafe, RefMethodModifier.Virtual, RefMethodModifier.Visitor<R>
-
-
Field Summary
-
Fields inherited from class hydra.ext.csharp.syntax.RefMethodModifier
FIELD_NAME_ABSTRACT, FIELD_NAME_EXTERN, FIELD_NAME_INTERNAL, FIELD_NAME_NEW, FIELD_NAME_OVERRIDE, FIELD_NAME_PRIVATE, FIELD_NAME_PROTECTED, FIELD_NAME_PUBLIC, FIELD_NAME_SEALED, FIELD_NAME_STATIC, FIELD_NAME_UNSAFE, FIELD_NAME_VIRTUAL, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(RefMethodModifier.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(RefMethodModifier.Visitor<R> visitor)
- Specified by:
accept
in classRefMethodModifier
-
-