Package com.classactionpl.tz.Rule

Examples of com.classactionpl.tz.Rule.YearType


        ZoneinfoWalker.ruleFrom_return ruleFrom2 = null;

        ZoneinfoWalker.ruleTo_return ruleTo3 = null;

        YearType ruleType4 = null;

        int ruleIn5 = 0;

        ZoneinfoWalker.ruleOn_return ruleOn6 = null;
View Full Code Here



    // $ANTLR start "ruleType"
    // com/classactionpl/tz/ZoneinfoWalker.g:192:1: ruleType returns [YearType type] : ( '-' | YEAR_TYPE );
    public final YearType ruleType() throws RecognitionException {
        YearType type = null;

        CommonTree YEAR_TYPE21=null;

        try {
            // com/classactionpl/tz/ZoneinfoWalker.g:193:2: ( '-' | YEAR_TYPE )
View Full Code Here

TOP

Related Classes of com.classactionpl.tz.Rule.YearType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.