jar

org.otcl2 : otcl2-core

Maven & Gradle

Apr 15, 2021
1 usages
2 stars

Main OTCL Engine module.

Table Of Contents

Latest Version

Download org.otcl2 : otcl2-core JAR file - Latest Versions:

All Versions

Download org.otcl2 : otcl2-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2
1.01
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window otcl2-core-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.otcl2.core.engine.module

├─ org.otcl2.core.engine.module.AbstractOtclModuleExecutor.class - [JAR]

org.otcl2.core.engine.compiler

├─ org.otcl2.core.engine.compiler.AbstractOtclCodeGenerator.class - [JAR]

├─ org.otcl2.core.engine.compiler.AnchorNotationProcessor.class - [JAR]

├─ org.otcl2.core.engine.compiler.ConcreteTypeNotationProcessor.class - [JAR]

├─ org.otcl2.core.engine.compiler.CopyCollectionPathsCodeGenerator.class - [JAR]

├─ org.otcl2.core.engine.compiler.CopyFlatAndMixedPathsCodeGenerator.class - [JAR]

├─ org.otcl2.core.engine.compiler.CopyValuesCommandCodeGenerator.class - [JAR]

├─ org.otcl2.core.engine.compiler.ExecuteCommandCodeGenerator.class - [JAR]

├─ org.otcl2.core.engine.compiler.GetterSetterFinalizer.class - [JAR]

├─ org.otcl2.core.engine.compiler.GetterSetterProcessor.class - [JAR]

├─ org.otcl2.core.engine.compiler.MapNotationProcessor.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclCodeGenerator.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclCodeGeneratorImpl.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclCompiler.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclCompilerImpl.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclExtensionsValidator.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclLeavesSemanticsChecker.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclLexicalizer.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclSemanticsChecker.class - [JAR]

├─ org.otcl2.core.engine.compiler.OtclSytaxChecker.class - [JAR]

org.otcl2.core.engine.exception

├─ org.otcl2.core.engine.exception.ObjectProfilerException.class - [JAR]

├─ org.otcl2.core.engine.exception.OtclEngineException.class - [JAR]

org.otcl2.core.engine.compiler.exception

├─ org.otcl2.core.engine.compiler.exception.CodeGeneratorException.class - [JAR]

├─ org.otcl2.core.engine.compiler.exception.DeploymentContainerException.class - [JAR]

├─ org.otcl2.core.engine.compiler.exception.LexicalizerException.class - [JAR]

├─ org.otcl2.core.engine.compiler.exception.OtclCompilerException.class - [JAR]

├─ org.otcl2.core.engine.compiler.exception.OtclExtensionsException.class - [JAR]

├─ org.otcl2.core.engine.compiler.exception.SemanticsException.class - [JAR]

├─ org.otcl2.core.engine.compiler.exception.SyntaxException.class - [JAR]

org.otcl2.core.engine

├─ org.otcl2.core.engine.DeploymentContainer.class - [JAR]

├─ org.otcl2.core.engine.DeploymentContainerImpl.class - [JAR]

├─ org.otcl2.core.engine.ObjectProfiler.class - [JAR]

├─ org.otcl2.core.engine.ObjectProfilerImpl.class - [JAR]

├─ org.otcl2.core.engine.OtclEngineImpl.class - [JAR]

├─ org.otcl2.core.engine.OtclExecutor.class - [JAR]

├─ org.otcl2.core.engine.OtclExecutorImpl.class - [JAR]

org.otcl2.core.engine.compiler.command

├─ org.otcl2.core.engine.compiler.command.ExecutionContext.class - [JAR]

├─ org.otcl2.core.engine.compiler.command.JavaCodeFormatter.class - [JAR]

├─ org.otcl2.core.engine.compiler.command.JavaCodeStringObject.class - [JAR]

├─ org.otcl2.core.engine.compiler.command.OtclCommand.class - [JAR]

├─ org.otcl2.core.engine.compiler.command.SourceOtclCommandContext.class - [JAR]

├─ org.otcl2.core.engine.compiler.command.TargetOtclCommandContext.class - [JAR]

org.otcl2.core.engine.compiler.templates

├─ org.otcl2.core.engine.compiler.templates.AbstractTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.AddMapKeyTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.AddMapValueTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.AddToCollectionTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.ClassBeginTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.ExecuteConverterTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.ExecuteFactoryMethodCallTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.ExecuteModuleTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.ForLoopTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.GetSetTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.GetterIfNullCreateSetTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.GetterIfNullReturnTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.IfNullContinueTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.IfNullCreateAndSetTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.MethodEndTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.PcdInitTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.PreloopVarsTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.RetrieveMemberFromPcdTemplate.class - [JAR]

├─ org.otcl2.core.engine.compiler.templates.SetterTemplate.class - [JAR]

org.otcl2.core.engine.utils

├─ org.otcl2.core.engine.utils.CompilerUtil.class - [JAR]

├─ org.otcl2.core.engine.utils.OtclReflectionUtil.class - [JAR]