Class ASTParenthesisNode

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

public class ASTParenthesisNode extends SimpleNode
  • Constructor Details

    • ASTParenthesisNode

      public ASTParenthesisNode(int id)
    • ASTParenthesisNode

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