org.simantics.databoard.type
Interface Datatype.Visitor<T>

All Known Implementing Classes:
DataTypeToAst, IsReferableQuery
Enclosing class:
Datatype

public static interface Datatype.Visitor<T>


Method Summary
 T visit(ArrayType b)
           
 T visit(BooleanType b)
           
 T visit(ByteType b)
           
 T visit(DoubleType b)
           
 T visit(FloatType b)
           
 T visit(IntegerType b)
           
 T visit(LongType b)
           
 T visit(MapType b)
           
 T visit(OptionalType b)
           
 T visit(RecordType b)
           
 T visit(StringType b)
           
 T visit(UnionType b)
           
 T visit(VariantType b)
           
 

Method Detail

visit

T visit(ArrayType b)

visit

T visit(BooleanType b)

visit

T visit(DoubleType b)

visit

T visit(FloatType b)

visit

T visit(IntegerType b)

visit

T visit(ByteType b)

visit

T visit(LongType b)

visit

T visit(OptionalType b)

visit

T visit(RecordType b)

visit

T visit(StringType b)

visit

T visit(UnionType b)

visit

T visit(VariantType b)

visit

T visit(MapType b)