Package hydra.ext.csharp.syntax
Class MethodDeclaration
- java.lang.Object
-
- hydra.ext.csharp.syntax.MethodDeclaration
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MethodDeclaration.RefReturn,MethodDeclaration.Standard
public abstract class MethodDeclaration extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMethodDeclaration.PartialVisitor<R>static classMethodDeclaration.RefReturnstatic classMethodDeclaration.Standardstatic interfaceMethodDeclaration.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_REF_RETURNstatic NameFIELD_NAME_STANDARDstatic NameTYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(MethodDeclaration.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(MethodDeclaration.Visitor<R> visitor)
-
-