Uses of Class
org.jruby.ast.AssignableNode
Packages that use AssignableNode
-
Uses of AssignableNode in org.jruby.ast
Subclasses of AssignableNode in org.jruby.astModifier and TypeClassDescriptionclassClass variable assignment node.classDeprecated.classDeclaration (and assignment) of a Constant.classAn assignment to a dynamic variable (e.g.classRepresents an assignment to a global variable.classRepresents an instance variable assignment.classAn assignment to a local variable.classMethods in org.jruby.ast that return AssignableNodeConstructors in org.jruby.ast with parameters of type AssignableNode -
Uses of AssignableNode in org.jruby.parser
Methods in org.jruby.parser that return AssignableNodeModifier and TypeMethodDescriptionStaticScope.addAssign(int line, RubySymbol symbolID, Node value) StaticScope.assign(int line, RubySymbol name, Node value) Make a DASgn or LocalAsgn node based on scope logic Note: This is private code made public only for parser.StaticScope.assign(int line, RubySymbol symbolID, Node value, StaticScope topScope, int depth) RubyParserBase.assignableInCurr(ByteList nameBytes, Node value) RubyParserBase.assignableKeyword(ByteList name, Node value) RubyParserBase.assignableLabelOrIdentifier(ByteList byteName, Node value) StaticScope.assignKeyword(int line, RubySymbol symbolID, Node value) Register a keyword argument with this staticScope.Methods in org.jruby.parser with parameters of type AssignableNodeModifier and TypeMethodDescriptionRubyParserBase.new_op_assign(AssignableNode receiverNode, ByteList operatorName, Node valueNode, LexContext _lexContext)