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.classFields in org.jruby.ast declared as AssignableNodeMethods in org.jruby.ast that return AssignableNodeConstructors in org.jruby.ast with parameters of type AssignableNode -
Uses of AssignableNode in org.jruby.ir
Methods in org.jruby.ir with parameters of type AssignableNodeModifier and TypeMethodDescriptionprivate voidIRBuilder.addKeyArgDesc(AssignableNode kasgn, RubySymbol key) private booleanIRBuilder.isRequiredKeywordArgumentValue(AssignableNode kasgn) -
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) ParserSupport.assignableInCurr(ByteList nameBytes, Node value) ParserSupport.assignableKeyword(ByteList name, Node value) ParserSupport.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 TypeMethodDescriptionParserSupport.new_op_assign(AssignableNode receiverNode, ByteList operatorName, Node valueNode)