Class: EbnfExpression::Utility
- Inherits:
-
Method
- Object
- Treetop::Runtime::SyntaxNode
- Base
- Method
- EbnfExpression::Utility
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_name ⇒ Object
77
78
79
|
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 77
def full_name
name
end
|
#klass_name ⇒ Object
69
70
71
|
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 69
def klass_name
nil
end
|
#name ⇒ Object
73
74
75
|
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 73
def name
utility_name.text_value
end
|
#namespace ⇒ Object
81
82
83
|
# File 'lib/pdoc/parser/ebnf_expression_nodes.rb', line 81
def namespace
""
end
|