org.quattor.pan.utils
Class FunctionDefinition

java.lang.Object
  extended by org.quattor.pan.utils.FunctionDefinition

public class FunctionDefinition
extends java.lang.Object

Holds a function definition as well as source information about where the function was defined.

Author:
loomis

Field Summary
 Operation dml
           
 SourceRange sourceRange
           
 Template template
           
 
Constructor Summary
FunctionDefinition(Template template, SourceRange sourceRange, Operation dml)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sourceRange

public final SourceRange sourceRange

template

public final Template template

dml

public final Operation dml
Constructor Detail

FunctionDefinition

public FunctionDefinition(Template template,
                          SourceRange sourceRange,
                          Operation dml)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 Quattor. All Rights Reserved.