FileDocCategorySizeDatePackage
MajorNode.javaAPI DocGlassfish v2 API2523Tue May 22 16:54:38 BST 2007oracle.toplink.essentials.internal.parsing

MajorNode

public class MajorNode extends Node
INTERNAL

Purpose: this is the superclass of the SELECT, FROM, WHERE and ORDER BY nodes

Responsibilities:

  • Maintain a reference to the ParseTreeContext
  • User: jdriscol Date: Nov 13, 2002 Time: 10:58:20 AM

Fields Summary
private ParseTreeContext
context
Constructors Summary
Methods Summary
public oracle.toplink.essentials.internal.parsing.ParseTreeContextgetContext()

        return context;
    
public voidsetContext(oracle.toplink.essentials.internal.parsing.ParseTreeContext context)

        this.context = context;