Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ addSymbol
Method
addSymbol
ij/src/main/java/ij/macro/Program.java:85–90 ·
view source on GitHub ↗
(Symbol sym)
Source
from the content-addressed store, hash-verified
83
}
84
85
void
addSymbol(Symbol sym) {
86
stLoc++;
87
if
(stLoc==table.length)
88
enlargeSymbolTable();
89
table[stLoc] = sym;
90
}
91
92
void
enlargeSymbolTable() {
93
Symbol[] tmp =
new
Symbol[maxSymbols*2];
Callers
8
addKeywords
Method · 0.95
addFunctions
Method · 0.95
addNumericFunctions
Method · 0.95
addStringFunctions
Method · 0.95
addArrayFunctions
Method · 0.95
addVariableFunctions
Method · 0.95
addToken
Method · 0.80
addUserFunctions
Method · 0.80
Calls
1
enlargeSymbolTable
Method · 0.95
Tested by
no test coverage detected