Skip to content
Snippets Groups Projects
Select Git revision
  • e9766100a85b44c85abdb88441473d8bc74af87b
  • dev default protected
  • main protected
  • feature/ros-java-integration
4 results

ragconnect.mustache

Blame
  • Example.relast 886 B
    A ::= NativeTypesSyn* BoxedTypesSyn* <DriverInh:String>;
    // native types, synthesized
    NativeTypesSyn ::= <DriverSyn:String> /<IntValue:int>/ /<ShortValue:short>/ /<LongValue:long>/ /<FloatValue:float>/ /<DoubleValue:double>/ /<CharValue:char>/ /<StringValue:String>/ ;
    // boxed types, synthesized
    BoxedTypesSyn ::= <DriverSyn:String> /<IntValue:Integer>/ /<ShortValue:Short>/ /<LongValue:Long>/ /<FloatValue:Float>/ /<DoubleValue:Double>/ /<CharValue:Character>/ ;
    
    // --- inherited attributes not supported ---
    //// native types, inherited
    //NativeTypesInh ::= /<IntValue:int>/ /<ShortValue:short>/ /<LongValue:long>/ /<FloatValue:float>/ /<DoubleValue:double>/ /<CharValue:char>/ /<StringValue:String>/ ;
    //// boxed types, inherited
    //BoxedTypesInh ::= /<IntValue:Integer>/ /<ShortValue:Short>/ /<LongValue:Long>/ /<FloatValue:Float>/ /<DoubleValue:Double>/ /<CharValue:Character>/ ;