com.joanju.cg.codegen
Class Endpoint

java.lang.Object
  extended by com.joanju.cg.codegen.Endpoint

public class Endpoint
extends java.lang.Object

Services common to both calls and procedures.


Constructor Summary
Endpoint()
           
 
Method Summary
static boolean parameterIsCompiled(JPNode directionNode)
          Determine if a call arg or a formal arg is to be compiled down to bytecode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Endpoint

public Endpoint()
Method Detail

parameterIsCompiled

public static boolean parameterIsCompiled(JPNode directionNode)
Determine if a call arg or a formal arg is to be compiled down to bytecode. Input the top node (input|output|input-output|buffer). Only the first three in that list are compiled. If the first child of that node is anything other than (tablehandle|table|dataset|datasethandle), then the param is compiled.



Copyright © 2008 Joanju Software. All Rights Reserved.