| Package | Description | 
|---|---|
| org.jruby.ast | |
| org.jruby.parser | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassVarAsgnNodeClass variable assignment node. | 
| class  | ClassVarDeclNodeClass variable declaration. | 
| class  | ConstDeclNodeDeclaration (and assignment) of a Constant. | 
| class  | DAsgnNodeAn assignment to a dynamic variable (e.g. | 
| class  | GlobalAsgnNodeRepresents an assignment to a global variable. | 
| class  | InstAsgnNodeRepresents an instance variable assignment. | 
| class  | LocalAsgnNodeAn assignment to a local variable. | 
| class  | MultipleAsgnNode | 
| Modifier and Type | Method and Description | 
|---|---|
| AssignableNode | KeywordArgNode. getAssignable() | 
| Constructor and Description | 
|---|
| KeywordArgNode(ISourcePosition position,
              AssignableNode assignable) | 
| Modifier and Type | Method and Description | 
|---|---|
| AssignableNode | StaticScope. addAssign(ISourcePosition position,
         String name,
         Node value) | 
| AssignableNode | StaticScope. assign(ISourcePosition position,
      String name,
      Node value)Make a DASgn or LocalAsgn node based on scope logic | 
| AssignableNode | StaticScope. assign(ISourcePosition position,
      String name,
      Node value,
      StaticScope topScope,
      int depth) | 
| AssignableNode | ParserSupport. assignableLabel(String name,
               Node value) | 
| AssignableNode | ParserSupport. assignableLabelOrIdentifier(String name,
                           Node value) | 
| Modifier and Type | Method and Description | 
|---|---|
| KeywordArgNode | ParserSupport. keyword_arg(ISourcePosition position,
           AssignableNode assignable) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.