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 interface
MethodDeclaration.PartialVisitor<R>
static class
MethodDeclaration.RefReturn
static class
MethodDeclaration.Standard
static interface
MethodDeclaration.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_REF_RETURN
static Name
FIELD_NAME_STANDARD
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(MethodDeclaration.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(MethodDeclaration.Visitor<R> visitor)
-
-