Class ASTFunctionCallNode

java.lang.Object
org.faktorips.fl.parser.SimpleNode
org.faktorips.fl.parser.ASTFunctionCallNode
All Implemented Interfaces:
Node

public class ASTFunctionCallNode extends SimpleNode
  • Constructor Details

    • ASTFunctionCallNode

      public ASTFunctionCallNode(int id)
    • ASTFunctionCallNode

      public ASTFunctionCallNode(FlParser p, int id)
  • Method Details