Class: EbnfExpression::Utility

Inherits:
Method
  • Object
show all
Defined in:
lib/pdoc/parser/ebnf_expression_nodes.rb

Instance Method Summary collapse

Methods inherited from Method

#arguments, #methodized?, #signature

Methods inherited from Base

#inspect, #returns, #to_s

Instance Method Details

#full_nameObject



77
78
79
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 77

def full_name
  name
end

#klass_nameObject



69
70
71
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 69

def klass_name
  nil
end

#nameObject



73
74
75
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 73

def name
  utility_name.text_value
end

#namespaceObject



81
82
83
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 81

def namespace
  ""
end