Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digitalgust/tinyj2c
/ types & classes
Types & classes
522 in github.com/digitalgust/tinyj2c
⨍
Functions
3,895
◇
Types & classes
522
↓ 1 callers
Class
ceil
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:147
↓ 1 callers
Class
cos
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:148
↓ 1 callers
Class
exp
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:156
↓ 1 callers
Class
floor
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:150
↓ 1 callers
Class
pow
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:180
↓ 1 callers
Class
sin
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:152
↓ 1 callers
Class
sqrt
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:153
↓ 1 callers
Class
tan
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:154
Class
A
option_pack/test/src/main/java/test/SpecTest.java:926
Class
AbstractBufferedStream
option_pack/luaj/core/src/org/luaj/vm2/Globals.java:344
Class
AbstractCollection
app/java/java/util/AbstractCollection.java:5
Class
AbstractList
app/java/java/util/AbstractList.java:4
Class
AbstractMap
app/java/java/util/AbstractMap.java:7
Class
AbstractSet
app/java/java/util/AbstractSet.java:5
Interface
Annotation
app/java/java/lang/annotation/Annotation.java:4
Class
AnnotationVisitor
A visitor to visit a Java annotation. The methods of this class must be called in the following order: ( {@code visit} | {@code visitEnum} | {@code vi
class2c/src/main/java/org/objectweb/asm/AnnotationVisitor.java:38
Class
AnnotationWriter
An {@link AnnotationVisitor} that generates a corresponding 'annotation' or 'type_annotation' structure, as defined in the Java Virtual Machine Specif
class2c/src/main/java/org/objectweb/asm/AnnotationWriter.java:44
Class
Apple
option_pack/test/src/main/java/test/SpecTest.java:1384
Class
ArithmeticException
app/java/java/lang/ArithmeticException.java:6
Class
Array
app/java/java/lang/reflect/Array.java:6
Class
ArrayIndexOutOfBoundsException
app/java/java/lang/ArrayIndexOutOfBoundsException.java:4
Class
ArrayList
app/java/java/util/ArrayList.java:4
Class
ArrayPartVarargs
Varargs implemenation backed by an array of LuaValues <p> This is an internal class not intended to be used directly. Instead use the corresponding st
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:642
Class
ArrayVarargs
Varargs implemenation backed by an array of LuaValues <p> This is an internal class not intended to be used directly. Instead use the corresponding st
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:596
Class
AssistLLVM
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:14
Class
Attribute
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS). @see <a href= "https://docs.oracl
class2c/src/main/java/org/objectweb/asm/Attribute.java:41
Class
Attribute
Parses and stores the attributes from Java .class file' @author Deshan Dissanayake
class2c/src/main/java/com/ebsee/classparser/Attribute.java:12
Class
BaseLib
Subclass of {@link LibFunction} which implements the lua basic library functions. <p> This contains all library functions listed as "basic functions"
option_pack/luaj/core/src/org/luaj/vm2/lib/BaseLib.java:78
Class
BinaryOp
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:139
Class
Bit32Lib
Subclass of LibFunction that implements the Lua standard {@code bit32} library. <p> Typically, this library is included as part of a call to either {@
option_pack/luaj/core/src/org/luaj/vm2/lib/Bit32Lib.java:54
Class
Bit32Lib2
option_pack/luaj/core/src/org/luaj/vm2/lib/Bit32Lib.java:96
Class
Bit32LibV
option_pack/luaj/core/src/org/luaj/vm2/lib/Bit32Lib.java:78
Class
BlockCnt
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:40
Class
Boolean
@author gust
app/java/java/lang/Boolean.java:7
Class
BpDeep
http://blog.csdn.net/u011922760/article/details/52785383 @author Gust
option_pack/test/src/main/java/test/BpDeepTest.java:54
Class
BpDeepTest
option_pack/test/src/main/java/test/BpDeepTest.java:5
Class
Buffer
String buffer for use in string library methods, optimized for production of StrValue instances. <p> The buffer can begin initially as a wrapped {@lin
option_pack/luaj/core/src/org/luaj/vm2/Buffer.java:38
Class
BufferedStream
Simple buffered InputStream that supports mark. Used to examine an InputStream for a 4-byte binary lua signature, and fall back to text input when the
option_pack/luaj/core/src/org/luaj/vm2/Globals.java:413
Class
Byte
@author gust
app/java/java/lang/Byte.java:7
Class
ByteArrayInputStream
app/java/java/io/ByteArrayInputStream.java:8
Class
ByteArrayOutputStream
app/java/java/io/ByteArrayOutputStream.java:7
Class
ByteCodeAssembler
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeAssembler.java:20
Class
ByteCodeConstantPool
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeConstantPool.java:18
Class
ByteCodeStream
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeStream.java:17
Class
ByteVector
A dynamically extensible vector of bytes. This class is roughly equivalent to a DataOutputStream on top of a ByteArrayOutputStream, but is more effici
class2c/src/main/java/org/objectweb/asm/ByteVector.java:36
Class
CPEntry
Parses and stores an entry from the constant pool table (in a Java .class file). @author David Cooper
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:10
Class
CV
class2c/src/main/java/com/ebsee/j2c/CV.java:10
Class
Calendar
app/java/java/util/Calendar.java:6
Class
CalendarImpl
app/java/java/util/CalendarImpl.java:4
Class
CallFrame
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:652
Class
CallSite
class2c/src/main/java/com/ebsee/invoke/CallSite.java:4
Class
CallStack
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:506
Interface
CharSequence
app/java/java/lang/CharSequence.java:13
Class
Character
@author gust
app/java/java/lang/Character.java:7
Class
Class
app/java/java/lang/Class.java:10
Class
ClassCastException
app/java/java/lang/ClassCastException.java:4
Class
ClassFile
Parses and stores a Java .class file. @author David Cooper
class2c/src/main/java/com/ebsee/classparser/ClassFile.java:14
Class
ClassFileParserException
Thrown when parsing fails on a Java .class file. Subclasses of this exception type are used for particular types of parsing failure. @author David Co
class2c/src/main/java/com/ebsee/classparser/ClassFileParserException.java:8
Class
ClassHelper
Open the user specified class and output the information @author Deshan Dissanayake
class2c/src/main/java/com/ebsee/classparser/ClassHelper.java:13
Class
ClassManger
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:10
Class
ClassNotFoundException
app/java/java/lang/ClassNotFoundException.java:4
Class
ClassPoolEntry
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeConstantPool.java:154
Class
ClassReader
A parser to make a {@link ClassVisitor} visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). This class parses th
class2c/src/main/java/org/objectweb/asm/ClassReader.java:44
Class
ClassTooLargeException
Exception thrown when the constant pool of a class produced by a {@link ClassWriter} is too large. @author Jason Zaugg
class2c/src/main/java/org/objectweb/asm/ClassTooLargeException.java:36
Class
ClassVisitor
A visitor to visit a Java class. The methods of this class must be called in the following order: {@code visit} [ {@code visitSource} ] [ {@code visit
class2c/src/main/java/org/objectweb/asm/ClassVisitor.java:39
Class
ClassWriter
A {@link ClassVisitor} that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). It can be used
class2c/src/main/java/org/objectweb/asm/ClassWriter.java:39
Class
CloneNotSupportedException
app/java/java/lang/CloneNotSupportedException.java:5
Interface
Cloneable
app/java/java/lang/Cloneable.java:4
Class
CodeAttribute
Parses and stores the attributes from Java .class file' @author Deshan Dissanayake
class2c/src/main/java/com/ebsee/classparser/CodeAttribute.java:14
Class
CodeParsingException
Thrown when the code array appears to be invalid.
class2c/src/main/java/com/ebsee/classparser/Instruction.java:104
Interface
Collection
app/java/java/util/Collection.java:5
Interface
Comparable
app/java/java/lang/Comparable.java:4
Class
CompileState
option_pack/luaj/core/src/org/luaj/vm2/compiler/LuaC.java:114
Interface
Compiler
Interface for module that converts lua source text into a prototype.
option_pack/luaj/core/src/org/luaj/vm2/Globals.java:148
Class
ConcurrentModificationException
app/java/java/util/ConcurrentModificationException.java:6
Class
ConsControl
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1164
Class
ConsoleOutputStream
app/java/java/io/ConsoleOutputStream.java:3
Class
ConstantClass
Represents a CONSTANT_Class entry (tag == 7). This holds a reference to a Utf8 entry containing a class name (just a raw index until resolveReferences
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:175
Class
ConstantDouble
Represents a CONSTANT_Double entry (tag == 6). This class overrides getEntryCount() to indicate that a Double entry counts for two entries in the cons
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:154
Class
ConstantDynamic
A constant whose value is computed at runtime, with a bootstrap method. @author Remi Forax
class2c/src/main/java/org/objectweb/asm/ConstantDynamic.java:37
Class
ConstantFieldRef
Represents a CONSTANT_Fieldref entry (tag == 9).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:276
Class
ConstantFloat
Represents a CONSTANT_Float entry (tag == 4).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:112
Class
ConstantInteger
Represents a CONSTANT_Integer entry (tag == 3).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:96
Class
ConstantInterfaceMethodRef
Represents a CONSTANT_InterfaceMethodref entry (tag == 11).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:298
Class
ConstantInvokeDynamic
Represents a CONSTANT_InvokeDynamic entry (tag == 18). Such entries are used in conjunction with the invokedynamic instruction to determine which meth
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:419
Class
ConstantLong
Represents a CONSTANT_Long entry (tag == 5). This class overrides getEntryCount() to indicate that a Long entry counts for two entries in the constant
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:132
Class
ConstantMethodHandle
Represents a CONSTANT_MethodHandle entry (tag == 15).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:353
Class
ConstantMethodRef
Represents a CONSTANT_Methodref entry (tag == 10).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:287
Class
ConstantMethodType
Represents a CONSTANT_MethodType entry (tag == 16).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:387
Class
ConstantNameAndType
Represents a CONSTANT_NameAndType entry (tag == 12). This holds references to two Utf8 entries containing the "name" and "type" (or descriptor) of a f
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:314
Class
ConstantPool
Parses and stores the constant pool from a Java .class file. @author David Cooper
class2c/src/main/java/com/ebsee/classparser/ConstantPool.java:9
Class
ConstantRef
Abstract superclass for the three CONSTANT_xxxref entry types. These contain references to a ConstantClass entry and to a ConstantNameAndType entry (b
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:239
Class
ConstantString
Represents a CONSTANT_String entry (tag == 8). This holds a reference to a Utf8 entry containing the string itself (just a raw index until resolveRefe
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:207
Class
ConstantUtf8
Represents a CONSTANT_Utf8 entry (tag == 1).
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:73
Class
Constants
Defines additional JVM opcodes, access flags and constants which are not part of the ASM public API. @see <a href="https://docs.oracle.com/javase/spe
class2c/src/main/java/org/objectweb/asm/Constants.java:37
Class
Constants
Constants used by the LuaC compiler and related classes. @see LuaC @see FuncState
option_pack/luaj/core/src/org/luaj/vm2/compiler/Constants.java:38
Class
Constructor
app/java/java/lang/reflect/Constructor.java:3
Class
Context
Information about a class being parsed in a {@link ClassReader}. @author Eric Bruneton
class2c/src/main/java/org/objectweb/asm/Context.java:36
Class
CoroutineLib
Subclass of {@link LibFunction} which implements the lua standard {@code coroutine} library. <p> The coroutine library in luaj has the same behavior a
option_pack/luaj/core/src/org/luaj/vm2/lib/CoroutineLib.java:63
Class
CurrentFrame
Information about the input stack map frame at the "current" instruction of a method. This is implemented as a Frame subclass for a "basic block" cont
class2c/src/main/java/org/objectweb/asm/CurrentFrame.java:37
next →
1–100 of 522, ranked by callers