+

+ + class Ameba::AST::TypeDecVariable + +

+ + + + + + + + + + + + + + + + + + + + +

+ + + + Defined in: +

+ + + + ameba/ast/variabling/type_def_variable.cr + + +
+ + + + + + +

+ + + + Constructors +

+ + + + + + +

+ + + + Instance Method Summary +

+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ + +

+ + + + Constructor Detail +

+ +
+
+ + def self.new(node : Crystal::TypeDeclaration) + + # +
+ +
+
+ + [View source] + +
+
+ + + + + + +

+ + + + Instance Method Detail +

+ +
+
+ + def end_location(*args, **options) + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def end_location(*args, **options, &) + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def location(*args, **options) + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def location(*args, **options, &) + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def name + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def node : Crystal::TypeDeclaration + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def to_s(*args, **options) + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def to_s(*args, **options, &) + + # +
+ +
+
+ + [View source] + +
+
+ + + + + +