Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ functions
Functions
1,058 in github.com/Hiro420/NikkeTools
⨍
Functions
1,058
◇
Types & classes
231
↓ 198 callers
Method
print
(String s)
UnLuac/src/unluac/decompile/OutputProvider.java:5
↓ 130 callers
Method
println
()
UnLuac/src/unluac/decompile/OutputProvider.java:9
↓ 84 callers
Method
get
(int opNumber)
UnLuac/src/unluac/decompile/OpcodeMap.java:293
↓ 65 callers
Method
A
Returns the A field of the instruction at the given line.
UnLuac/src/unluac/decompile/Code.java:74
↓ 54 callers
Method
op
Returns the operation indicated by the instruction at the given line.
UnLuac/src/unluac/decompile/Code.java:54
↓ 46 callers
Method
length
()
UnLuac/src/unluac/decompile/Code.java:156
↓ 43 callers
Method
peek
()
UnLuac/src/unluac/util/Stack.java:18
↓ 42 callers
Method
write
(OutputStream out, BHeader header, LFunction object)
UnLuac/src/unluac/parse/LFunctionType.java:211
↓ 36 callers
Method
size
()
UnLuac/src/unluac/decompile/OpcodeMap.java:305
↓ 35 callers
Method
B
Returns the B field of the instruction at the given line.
UnLuac/src/unluac/decompile/Code.java:104
↓ 33 callers
Method
contains
(Block block)
UnLuac/src/unluac/decompile/block/Block.java:35
↓ 33 callers
Method
get
(int register, int line)
UnLuac/src/unluac/decompile/VariableFinder.java:45
↓ 33 callers
Method
getExpression
(int register, int line)
UnLuac/src/unluac/decompile/Registers.java:104
↓ 31 callers
Method
toString
()
UnLuac/src/unluac/decompile/condition/Condition.java:77
↓ 29 callers
Method
C
Returns the C field of the instruction at the given line.
UnLuac/src/unluac/decompile/Code.java:81
↓ 28 callers
Method
asInt
()
UnLuac/src/unluac/parse/BInteger.java:33
↓ 28 callers
Method
extract
(int codepoint)
UnLuac/src/unluac/decompile/CodeExtract.java:20
↓ 27 callers
Method
equals
(Object o)
UnLuac/src/unluac/parse/LNil.java:16
↓ 27 callers
Method
remove_branch
(State state, Branch b)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1631
↓ 25 callers
Method
getInteger
()
UnLuac/src/unluac/assemble/Assembler.java:860
↓ 24 callers
Method
getExpression
(int index)
UnLuac/src/unluac/decompile/Upvalues.java:43
↓ 24 callers
Method
size
()
UnLuac/src/unluac/util/Stack.java:37
↓ 23 callers
Method
get
(int index)
UnLuac/src/unluac/parse/BList.java:16
↓ 22 callers
Method
isLocal
(int register, int line)
UnLuac/src/unluac/decompile/Registers.java:60
↓ 22 callers
Method
write
(OutputStream out, BHeader header, LHeader object)
UnLuac/src/unluac/parse/LHeaderType.java:328
↓ 21 callers
Method
get
(Version.FunctionType type)
UnLuac/src/unluac/parse/LFunctionType.java:15
↓ 21 callers
Method
max
()
UnLuac/src/unluac/decompile/CodeExtract.java:36
↓ 21 callers
Method
pop
()
UnLuac/src/unluac/util/Stack.java:26
↓ 20 callers
Method
isEmpty
()
UnLuac/src/unluac/util/Stack.java:14
↓ 18 callers
Method
get
(Version.HeaderType type)
UnLuac/src/unluac/parse/LHeaderType.java:22
↓ 18 callers
Method
write
(OutputStream out, BHeader header, LObject object)
UnLuac/src/unluac/parse/LConstantType.java:62
↓ 17 callers
Method
Read
(byte[] buffer, int offset, int count)
Catalog/NikkeCatalog/OFBStream.cs:35
↓ 17 callers
Method
asExpression
(Registers r)
UnLuac/src/unluac/decompile/condition/Condition.java:75
↓ 17 callers
Method
inverse
()
UnLuac/src/unluac/decompile/condition/Condition.java:61
↓ 16 callers
Method
isEmpty
()
UnLuac/src/unluac/decompile/block/Goto.java:33
↓ 16 callers
Method
k
Returns the k field of the instruction at the given line (1 is true, 0 is false).
UnLuac/src/unluac/decompile/Code.java:97
↓ 16 callers
Method
next
()
UnLuac/src/unluac/assemble/Tokenizer.java:16
↓ 15 callers
Method
parse
(ByteBuffer buffer, BHeader header)
UnLuac/src/unluac/parse/LFunctionType.java:45
↓ 15 callers
Method
parseList
(final ByteBuffer buffer, final BHeader header)
UnLuac/src/unluac/parse/BObjectType.java:16
↓ 15 callers
Method
setRead
(int register, int line)
UnLuac/src/unluac/decompile/VariableFinder.java:54
↓ 14 callers
Method
create
(double x)
UnLuac/src/unluac/parse/LNumberType.java:95
↓ 14 callers
Method
get_close_type
(State state, int line)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1741
↓ 14 callers
Method
push
(T item)
UnLuac/src/unluac/util/Stack.java:30
↓ 14 callers
Method
visitStatement
(Statement stmt)
UnLuac/src/unluac/decompile/Walker.java:8
↓ 13 callers
Method
getConstantExpression
(int constantIndex)
UnLuac/src/unluac/decompile/Function.java:37
↓ 13 callers
Method
setWritten
(int register, int line)
UnLuac/src/unluac/decompile/VariableFinder.java:49
↓ 13 callers
Method
value
()
UnLuac/src/unluac/parse/LNumber.java:17
↓ 12 callers
Method
dedent
()
UnLuac/src/unluac/decompile/Output.java:38
↓ 12 callers
Method
getKExpression
(int register, int line)
UnLuac/src/unluac/decompile/Registers.java:112
↓ 12 callers
Method
handle50BinOp
(List<Operation> operations, State state, int line, Expression.BinaryOperation op)
UnLuac/src/unluac/decompile/Decompiler.java:259
↓ 12 callers
Method
handle54BinOp
(List<Operation> operations, State state, int line, Expression.BinaryOperation op)
UnLuac/src/unluac/decompile/Decompiler.java:263
↓ 12 callers
Method
indent
()
UnLuac/src/unluac/decompile/Output.java:34
↓ 12 callers
Method
target
Returns the absolute target address of a jump instruction and the given line. This field will be chosen automatically based on the opcode.
UnLuac/src/unluac/decompile/Code.java:141
↓ 11 callers
Method
error
(String err, boolean usage)
UnLuac/src/unluac/Main.java:119
↓ 11 callers
Method
make
(BinaryOperation op, Expression left, Expression right)
UnLuac/src/unluac/decompile/expression/Expression.java:73
↓ 11 callers
Method
printSequence
Prints out a sequences of statements on separate lines. Correctly informs the last statement that it is last in a block.
UnLuac/src/unluac/decompile/statement/Statement.java:16
↓ 11 callers
Method
target
Returns the target register of the instruction at the given line or -1 if the instruction does not have a unique target.
UnLuac/src/unluac/decompile/Op.java:224
↓ 11 callers
Method
visitExpression
(Expression expr)
UnLuac/src/unluac/decompile/Walker.java:12
↓ 11 callers
Method
writeList
(OutputStream out, BHeader header, T[] array)
UnLuac/src/unluac/parse/BObjectType.java:30
↓ 10 callers
Method
getValue
()
UnLuac/src/unluac/decompile/block/SetBlock.java:92
↓ 10 callers
Method
handle54BinKOp
(List<Operation> operations, State state, int line, Expression.BinaryOperation op)
UnLuac/src/unluac/decompile/Decompiler.java:267
↓ 10 callers
Method
is_conditional
(Branch b)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1375
↓ 9 callers
Method
createInteger
(int i)
UnLuac/src/unluac/decompile/expression/ConstantExpression.java:25
↓ 9 callers
Method
getTarget
(int register, int line)
UnLuac/src/unluac/decompile/Registers.java:145
↓ 9 callers
Method
is_close
(State state, int line)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1708
↓ 9 callers
Method
parse
(ByteBuffer buffer, BHeader header)
UnLuac/src/unluac/parse/LConstantType.java:25
↓ 8 callers
Method
combine_conditional
(State state, Branch branch1)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1413
↓ 8 callers
Method
enclosing_block
(State state, int line)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1186
↓ 8 callers
Method
get
(Version.StringType type)
UnLuac/src/unluac/parse/LStringType.java:12
↓ 8 callers
Method
getDeclaration
(int register, int line)
UnLuac/src/unluac/decompile/Registers.java:85
↓ 8 callers
Method
insert_branch
(State state, Branch b)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1647
↓ 8 callers
Method
splits_decl
(int line, int begin, int end, Declaration[] declList)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:752
↓ 7 callers
Method
isConstantReference
(Decompiler d, int value)
UnLuac/src/unluac/decompile/VariableFinder.java:106
↓ 7 callers
Method
isMua
()
UnLuac/src/unluac/Version.java:325
↓ 7 callers
Method
is_jmp
(State state, int line)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1696
↓ 7 callers
Method
print
(Decompiler d, Output out)
UnLuac/src/unluac/decompile/expression/Expression.java:143
↓ 6 callers
Method
codepoint
Returns the full instruction codepoint at the given line.
UnLuac/src/unluac/decompile/Code.java:148
↓ 6 callers
Method
combine_assignment
(State state, Branch branch1)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1457
↓ 6 callers
Method
enclosing_breakable_block
(State state, int line)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1198
↓ 6 callers
Method
encode
(int x)
UnLuac/src/unluac/decompile/CodeExtract.java:28
↓ 6 callers
Method
find_loadboolblock
(State state, int target)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:182
↓ 6 callers
Method
get
(Version.UpvalueType type)
UnLuac/src/unluac/parse/LUpvalueType.java:11
↓ 6 callers
Method
getOpcodeMap
()
UnLuac/src/unluac/Version.java:366
↓ 6 callers
Method
isConstant
(int register)
UnLuac/src/unluac/decompile/Function.java:23
↓ 6 callers
Method
isDeclaration
()
UnLuac/src/unluac/decompile/statement/Assignment.java:148
↓ 6 callers
Method
isIdentifier
()
UnLuac/src/unluac/decompile/expression/Expression.java:221
↓ 6 callers
Method
isUngrouped
An ungrouped expression is one that needs to be enclosed in parentheses before it can be dereferenced. This doesn't apply to multiply-valued expressio
UnLuac/src/unluac/decompile/expression/Expression.java:196
↓ 6 callers
Method
is_assignment
(Branch b)
UnLuac/src/unluac/decompile/ControlFlowHandler.java:1379
↓ 6 callers
Method
parse_code
(ByteBuffer buffer, BHeader header, LFunctionParseState s)
UnLuac/src/unluac/parse/LFunctionType.java:77
↓ 6 callers
Method
register
()
UnLuac/src/unluac/decompile/condition/Condition.java:65
↓ 6 callers
Method
setInternalLoopVariable
(int register, int begin, int end)
UnLuac/src/unluac/decompile/Registers.java:152
↓ 6 callers
Method
write
(OutputStream out, BHeader header, LString string)
UnLuac/src/unluac/parse/LStringType.java:63
↓ 6 callers
Method
write_code
(OutputStream out, BHeader header, LFunction object)
UnLuac/src/unluac/parse/LFunctionType.java:91
↓ 5 callers
Method
Seek
(long offset, System.IO.SeekOrigin origin)
Catalog/NikkeCatalog/OFBStream.cs:121
↓ 5 callers
Method
Write
(byte[] buffer, int offset, int count)
Catalog/NikkeCatalog/OFBStream.cs:63
↓ 5 callers
Method
addStatement
(Statement statement)
UnLuac/src/unluac/decompile/block/Goto.java:23
↓ 5 callers
Method
asArray
(final T[] array)
UnLuac/src/unluac/parse/BList.java:24
↓ 5 callers
Method
compareTo
(Block block)
UnLuac/src/unluac/decompile/block/Block.java:102
↓ 5 callers
Method
createBoolean
(boolean v)
UnLuac/src/unluac/decompile/expression/ConstantExpression.java:21
↓ 5 callers
Method
getAny
()
UnLuac/src/unluac/assemble/Assembler.java:842
next →
1–100 of 1,058, ranked by callers