jruby-base 9.4.8.0
org.jruby.ast.types
INameNode
Top
Methods
org.jruby.ast.types
public
Interface INameNode
Known Direct Implementers
org.
jruby.
ast.
ArgumentNode
,
org.
jruby.
ast.
AttrAssignNode
,
org.
jruby.
ast.
BlockArgNode
,
org.
jruby.
ast.
CallNode
,
org.
jruby.
ast.
ClassVarAsgnNode
,
org.
jruby.
ast.
ClassVarDeclNode
,
org.
jruby.
ast.
ClassVarNode
,
org.
jruby.
ast.
Colon2Node
,
org.
jruby.
ast.
Colon3Node
,
org.
jruby.
ast.
ConstDeclNode
,
org.
jruby.
ast.
ConstNode
,
org.
jruby.
ast.
DAsgnNode
,
org.
jruby.
ast.
DefnNode
,
org.
jruby.
ast.
DefsNode
,
org.
jruby.
ast.
DVarNode
,
org.
jruby.
ast.
FCallNode
,
org.
jruby.
ast.
GlobalAsgnNode
,
org.
jruby.
ast.
GlobalVarNode
,
org.
jruby.
ast.
InstAsgnNode
,
org.
jruby.
ast.
InstVarNode
,
org.
jruby.
ast.
LocalAsgnNode
,
org.
jruby.
ast.
LocalVarNode
,
org.
jruby.
ast.
MethodDefNode
,
org.
jruby.
ast.
OptArgNode
,
org.
jruby.
ast.
RestArgNode
,
org.
jruby.
ast.
SymbolNode
,
org.
jruby.
ast.
VCallNode
Imports
org.
jruby.
RubySymbol
Method Summary
Modifier and Type
Method and Description
public
RubySymbol
getName
()
Method Detail
getName
back to summary
public
RubySymbol
getName
()