Package hydra.ext.csharp.syntax
Class FloatingPointType
- java.lang.Object
-
- hydra.ext.csharp.syntax.FloatingPointType
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FloatingPointType.Double_
,FloatingPointType.Float_
public abstract class FloatingPointType extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FloatingPointType.Double_
static class
FloatingPointType.Float_
static interface
FloatingPointType.PartialVisitor<R>
static interface
FloatingPointType.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_DOUBLE
static Name
FIELD_NAME_FLOAT
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(FloatingPointType.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(FloatingPointType.Visitor<R> visitor)
-
-