Uses of Class
org.jruby.ast.Colon3Node
Packages that use Colon3Node
-
Uses of Colon3Node in org.jruby.ast
Subclasses of Colon3Node in org.jruby.astModifier and TypeClassDescriptionclassclassRepresents a bare class declaration (e.g.classRepresents a '::' constant access or method call (Java::JavaClass).Methods in org.jruby.ast that return Colon3NodeModifier and TypeMethodDescriptionClassNode.getCPath()Gets the className.IScopingNode.getCPath()ModuleNode.getCPath()Gets the name.Constructors in org.jruby.ast with parameters of type Colon3NodeModifierConstructorDescriptionClassNode(int line, Colon3Node cpath, StaticScope scope, Node bodyNode, Node superNode, int endLine) ModuleNode(int line, Colon3Node cpath, StaticScope scope, Node bodyNode, int endLine) -
Uses of Colon3Node in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type Colon3NodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitColon3Node(Colon3Node node) NodeVisitor.visitColon3Node(Colon3Node iVisited) -
Uses of Colon3Node in org.jruby.ir.builder
Methods in org.jruby.ir.builder that return types with arguments of type Colon3NodeModifier and TypeMethodDescriptionLazyMethodDefinitionAST.getBuilder(IRManager manager, IRMethod methodScope) Methods in org.jruby.ir.builder with parameters of type Colon3NodeModifier and TypeMethodDescriptionIRBuilderAST.buildColon3(Variable result, Colon3Node node) protected OperandIRBuilderAST.putConstant(Colon3Node colonNode, IRBuilder.CodeBlock valueBuilder) protected OperandIRBuilderAST.putConstant(Colon3Node colonNode, Operand value) Deprecated. -
Uses of Colon3Node in org.jruby.parser
Methods in org.jruby.parser that return Colon3Node