![JAR search and dependency download from the Maven repository](/logo.png)
com.vladsch.flexmark.ext.zzzzzz.ZzzzzzVisitor Maven / Gradle / Ivy
/*
* Copyright (c) 2015-2016 Vladimir Schneider , all rights reserved.
*
* This code is private property of the copyright holder and cannot be used without
* having obtained a license or prior written permission of the of the copyright holder.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
package com.vladsch.flexmark.ext.zzzzzz;
import com.vladsch.flexmark.ast.VisitHandler;
public interface ZzzzzzVisitor {
static VisitHandler>[] VISIT_HANDLERS(V visitor) {
return new VisitHandler>[] {
new VisitHandler<>(Zzzzzz.class, visitor::visit),// zzzoptionszzz(CUSTOM_NODE)
new VisitHandler<>(ZzzzzzBlock.class, visitor::visit),// zzzoptionszzz(CUSTOM_BLOCK_NODE)
};
}
void visit(Zzzzzz node);// zzzoptionszzz(CUSTOM_NODE)
void visit(ZzzzzzBlock node);// zzzoptionszzz(CUSTOM_BLOCK_NODE)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy