Class MultipleSymbol

java.lang.Object
java_cup.runtime.Symbol
dev.webfx.platform.ast.yaml.parser.javacup.MultipleSymbol

public class MultipleSymbol extends java_cup.runtime.Symbol
Author:
Bruno Salmon
  • Field Summary

    Fields inherited from class java_cup.runtime.Symbol

    left, parse_state, right, sym, value
  • Constructor Summary

    Constructors
    Constructor
    Description
    MultipleSymbol(java_cup.runtime.Symbol... symbols)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static java_cup.runtime.Symbol
    ofList(List<java_cup.runtime.Symbol> symbols)
     
    static java_cup.runtime.Symbol
    repeatedSymbol(int count, int id)
     
    static java_cup.runtime.Symbol
    repeatedSymbol(int count, int id, Object o)
     
    static java_cup.runtime.Symbol
    repeatedSymbolThenSymbol(int count, int id, java_cup.runtime.Symbol symbol)
     
    static java_cup.runtime.Symbol
    repeatedSymbolThenSymbol(int count, int id, Object o, java_cup.runtime.Symbol symbol)
     

    Methods inherited from class java_cup.runtime.Symbol

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MultipleSymbol

      public MultipleSymbol(java_cup.runtime.Symbol... symbols)
  • Method Details

    • repeatedSymbol

      public static java_cup.runtime.Symbol repeatedSymbol(int count, int id)
    • repeatedSymbol

      public static java_cup.runtime.Symbol repeatedSymbol(int count, int id, Object o)
    • ofList

      public static java_cup.runtime.Symbol ofList(List<java_cup.runtime.Symbol> symbols)
    • repeatedSymbolThenSymbol

      public static java_cup.runtime.Symbol repeatedSymbolThenSymbol(int count, int id, java_cup.runtime.Symbol symbol)
    • repeatedSymbolThenSymbol

      public static java_cup.runtime.Symbol repeatedSymbolThenSymbol(int count, int id, Object o, java_cup.runtime.Symbol symbol)