Uses of Class
com.mackenziehigh.sexpr.Schema.Builder
Packages that use Schema.Builder
Package
Description
Symbolic Expressions.
(Private) Schema Implementation.
-
Uses of Schema.Builder in com.mackenziehigh.sexpr
Methods in com.mackenziehigh.sexpr that return Schema.BuilderModifier and TypeMethodDescriptionUse this method to define an action that will be executed after matches of a named rule during a specific pass.Use this method to define an action that will be executed before matches of a named rule during a specific pass.Use this method to define a predicate that can be used within a schema.Schema.Builder.defineViaAnnotations
(Object object) Given an object containing properly annotated methods, define the conditions and actions defined therein.This method imports the schema rules defined in the given string.static Schema.Builder
Schema.newBuilder()
Builder Factory.Use this method to declare another translation pass. -
Uses of Schema.Builder in com.mackenziehigh.sexpr.internal.schema
Constructors in com.mackenziehigh.sexpr.internal.schema with parameters of type Schema.Builder